We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab9e62 commit c14c2c0Copy full SHA for c14c2c0
1 file changed
infrastructure/modules/lambda/cloudwatch_log_group.tf
@@ -11,7 +11,7 @@ resource "aws_cloudwatch_log_group" "main" {
11
)
12
}
13
14
-resource "aws_cloudwatch_log_group" "main_us_east_1" {
+resource "aws_cloudwatch_log_group" "main_edge" {
15
count = var.lambda_at_edge ? 1 : 0
16
name = "/aws/lambda/us-east-1.${local.csi}"
17
retention_in_days = var.log_retention_in_days
0 commit comments