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 d323283 commit a56d033Copy full SHA for a56d033
cloudwatch.tf
@@ -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
11
#tfsec:ignore:aws-cloudwatch-log-group-customer-key
12
resource "aws_cloudwatch_log_group" "lambda_authorizer_client" {
13
name = "/aws/lambda/SOAT-TC_Lambda_Authorizer_Client_Logs"
0 commit comments