Skip to content

Commit a56d033

Browse files
committed
fix: duplicated cloudwatch log group
1 parent d323283 commit a56d033

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cloudwatch.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
#tfsec:ignore:aws-cloudwatch-log-group-customer-key
2-
resource "aws_cloudwatch_log_group" "api_gateway_access_log" {
3-
name = "/aws/apigateway/SOAT-TC_API_Gateway_Access_Log"
4-
retention_in_days = 30
5-
6-
tags = {
7-
Name : "SOAT-TC API GW Default Stage Access Log Cloudwatch Log Group"
8-
}
9-
}
10-
111
#tfsec:ignore:aws-cloudwatch-log-group-customer-key
122
resource "aws_cloudwatch_log_group" "lambda_authorizer_client" {
133
name = "/aws/lambda/SOAT-TC_Lambda_Authorizer_Client_Logs"

0 commit comments

Comments
 (0)