Closed rosmo closed 4 years ago
@rosmo Please make sure tests pass.
Hey @morgante, at least the tests are passing for me locally:
data.templates.gcp.GCPRestrictedFirewallRulesConstraintV1.test_exemptions_unset: PASS (19.989345ms)
data.templates.gcp.GCPRestrictedFirewallRulesConstraintV1.test_exemptions_exact: PASS (19.147724ms)
data.templates.gcp.GCPRestrictedFirewallRulesConstraintV1.test_exemptions_regex: PASS (19.181674ms)
PASS: 399/399
Added support for
exemptions
in theGCPRestrictedFirewallRulesConstraintV1
constraint. Also added support forexemptions_mode
which allows you to match resource names exactly or by regex.