Skip to content

Commit ad761c8

Browse files
committed
eli-537 removing Production from description as we also deploy to PreProd
1 parent 4c8d782 commit ad761c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infrastructure/stacks/api-layer

infrastructure/stacks/api-layer/waf.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
resource "aws_wafv2_web_acl" "api_gateway" {
33
count = local.waf_enabled ? 1 : 0
44
name = "${local.workspace}-eligibility-signposting-api-waf"
5-
description = "WAF Web ACL for Eligibility Signposting API Gateway - Production"
5+
description = "WAF Web ACL for Eligibility Signposting API Gateway"
66
scope = "REGIONAL"
77

88
default_action {

0 commit comments

Comments
 (0)