Open skorobogatydmitry opened 2 years ago
I have this scenario:
Scenario: Ensure AWS provider has default tags set Given I have aws provider defined Then it must contain default_tags Then it must contain tags And its value must not be null
It's syntactical correct, as by this: https://terraform-compliance.com/pages/bdd-references/given.html#given-i-have-name-type-configured. But it doesn't hit plan with AWS provider:
Scenario: Ensure AWS provider has default tags set 💡 SKIPPING: Can not find aws provider defined in target terraform plan. ...
Description
I have this scenario:
It's syntactical correct, as by this: https://terraform-compliance.com/pages/bdd-references/given.html#given-i-have-name-type-configured. But it doesn't hit plan with AWS provider: