Skip to content

Commit 3fbcb42

Browse files
committed
remove import of log group in QA
1 parent 573fcc8 commit 3fbcb42

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

terraform/envs/qa/main.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ provider "aws" {
1717
}
1818
}
1919
}
20-
21-
import {
22-
to = aws_cloudwatch_log_group.main_app_logs
23-
id = "/aws/lambda/${var.ProjectId}-lambda"
24-
}
2520
resource "aws_cloudwatch_log_group" "main_app_logs" {
2621
name = "/aws/lambda/${var.ProjectId}-lambda"
2722
retention_in_days = var.LogRetentionDays

0 commit comments

Comments
 (0)