Skip to content

Commit c14c2c0

Browse files
committed
CCM-10246: test
1 parent fab9e62 commit c14c2c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/modules/lambda/cloudwatch_log_group.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resource "aws_cloudwatch_log_group" "main" {
1111
)
1212
}
1313

14-
resource "aws_cloudwatch_log_group" "main_us_east_1" {
14+
resource "aws_cloudwatch_log_group" "main_edge" {
1515
count = var.lambda_at_edge ? 1 : 0
1616
name = "/aws/lambda/us-east-1.${local.csi}"
1717
retention_in_days = var.log_retention_in_days

0 commit comments

Comments
 (0)