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 534a365 commit 6def56fCopy full SHA for 6def56f
main.tf
@@ -135,7 +135,7 @@ resource "aws_lambda_function" "main" {
135
dynamic "logging_config" {
136
for_each = var.log_config != null ? [1] : []
137
content {
138
- log_group = aws_cloudwatch_log_group.main[0].arn
+ log_group = "${var.identifier}-lambda"
139
log_format = "Text"
140
}
141
0 commit comments