We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7384509 commit dd59ce0Copy full SHA for dd59ce0
infrastructure/stacks/api-layer/waf.tf
@@ -170,7 +170,7 @@ resource "aws_wafv2_web_acl_association" "api_gateway" {
170
# CloudWatch Log Group for WAF logs
171
resource "aws_cloudwatch_log_group" "waf" {
172
count = local.waf_enabled ? 1 : 0
173
- name = "aws-wafv2-logs-${local.workspace}-eligibility-signposting-api"
+ name = "aws-waf-logs-${local.workspace}-eligibility-signposting-api"
174
retention_in_days = 365
175
kms_key_id = aws_kms_key.waf_logs[0].arn
176
0 commit comments