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 9d62f9e commit 801b0f0Copy full SHA for 801b0f0
main.tf
@@ -51,7 +51,7 @@ resource "aws_acm_certificate_validation" "main" {
51
52
resource "aws_cloudwatch_log_group" "main" {
53
count = var.log_config != null ? 1 : 0
54
- name = "/aws/api-gw/${var.identifier}"
+ name = "${var.identifier}-api-gw"
55
retention_in_days = try(var.log_config["retention_in_days"], null)
56
57
tags = var.tags
0 commit comments