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.
2 parents 53bd8c1 + 1a68320 commit 49fd017Copy full SHA for 49fd017
main.tf
@@ -4,7 +4,7 @@
4
5
resource "aws_cloudwatch_log_group" "main" {
6
count = var.log_config != null ? 1 : 0
7
- name = "/aws/lambda/${var.identifier}"
+ name = "${var.identifier}-lambda"
8
retention_in_days = try(var.log_config["retention_in_days"], null)
9
10
tags = var.tags
0 commit comments