Skip to content

Commit 55333b6

Browse files
committed
Add better CloudWatch ogs name
1 parent 90edc1f commit 55333b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ resource "aws_elasticsearch_domain" "this" {
136136

137137
resource "aws_cloudwatch_log_group" "this" {
138138
count = "${var.enable_logs ? 1 : 0}"
139-
name = "${local.id}-ElasticSearch"
139+
name = "${local.id}-ElasticSearch-Index"
140140
retention_in_days = 0
141141
tags = "${merge(var.tags, map("Name", var.name))}"
142142
}

0 commit comments

Comments
 (0)