We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e432b8 commit b546e7cCopy full SHA for b546e7c
internal/service/networkfirewall/firewall_policy_test.go
@@ -1131,8 +1131,8 @@ resource "aws_networkfirewall_firewall_policy" "test" {
1131
stateless_fragment_default_actions = ["aws:drop"]
1132
stateless_default_actions = ["aws:pass"]
1133
stateful_rule_group_reference {
1134
- resource_arn = "arn:${data.aws_partition.current.partition}:network-firewall:${data.aws_region.current.name}:aws-managed:stateful-rulegroup/MalwareDomainsActionOrder"
1135
- override_action = %[2]q
+ resource_arn = "arn:${data.aws_partition.current.partition}:network-firewall:${data.aws_region.current.name}:aws-managed:stateful-rulegroup/MalwareDomainsActionOrder"
+ override_action = %[2]q
1136
}
1137
1138
0 commit comments