We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16012e commit 16cfe45Copy full SHA for 16cfe45
tests/functional/test_issue-249-has/test.feature
@@ -9,10 +9,11 @@ Feature: Resources should be properly tagged
9
Scenario: Ensure that waf_policy for ALB/CF tag is defined
10
Given I have aws_alb defined
11
When it has tags
12
+ Then it must contain tags
13
Then it must contain waf_policy
14
And its value must match the "^(internal|external|custom)$" regex
15
16
Scenario: Ensure that waf_custom for ALB/CF tag is defined
17
18
- Then it must contain waf_custom
19
+ Then it must contain waf_custom
0 commit comments