k1LoW/awspec

how to test tags?

BFTnaito opened this issue · 3 comments

When I run ''bundle exec awspec generate vpc xxx-VPC --region=xx'' to test a VPC, the configuration values regarding tags is not output.
Why are the configuration values related to tags not outputted? Of course, tags are assigned to a VPC.
Is it possible to run tests on tags in this case?

awspec generate is only a template output, not all parameters are generated.

If you are able to resolve this, we would encourage you to send a pull request.

Thanks

So, we can test tags, even though they are not outputted in a template, right?