Skip to content

Commit dd59ce0

Browse files
committed
eli-384 another change to log group name - following AWS guidance
1 parent 7384509 commit dd59ce0

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/stacks/api-layer

1 file changed

+1
-1
lines changed

infrastructure/stacks/api-layer/waf.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ resource "aws_wafv2_web_acl_association" "api_gateway" {
170170
# CloudWatch Log Group for WAF logs
171171
resource "aws_cloudwatch_log_group" "waf" {
172172
count = local.waf_enabled ? 1 : 0
173-
name = "aws-wafv2-logs-${local.workspace}-eligibility-signposting-api"
173+
name = "aws-waf-logs-${local.workspace}-eligibility-signposting-api"
174174
retention_in_days = 365
175175
kms_key_id = aws_kms_key.waf_logs[0].arn
176176

0 commit comments

Comments
 (0)