how to test tags?
BFTnaito opened this issue · 3 comments
BFTnaito commented
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?
k1LoW commented
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
BFTnaito commented
So, we can test tags, even though they are not outputted in a template, right?
k1LoW commented