We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb6ba1 commit 75b47b6Copy full SHA for 75b47b6
1 file changed
infrastructure/stacks/api-layer/waf.tf
@@ -2,7 +2,7 @@
2
resource "aws_wafv2_web_acl" "api_gateway" {
3
count = local.waf_enabled ? 1 : 0
4
name = "${local.workspace}-eligibility-signposting-api-waf"
5
- description = "WAF Web ACL for Eligibility Signposting API Gateway - Production"
+ description = "WAF Web ACL for Eligibility Signposting API Gateway"
6
scope = "REGIONAL"
7
8
default_action {
0 commit comments