From 9b240b5709324485beacc5755a5d5d25e9e0a829 Mon Sep 17 00:00:00 2001 From: Saurabh Hirani Date: Fri, 25 Feb 2022 23:12:41 +0530 Subject: [PATCH] adding coalesce --- modules/aws/msk_cloudwatch.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws/msk_cloudwatch.hcl b/modules/aws/msk_cloudwatch.hcl index e7d0b21..26cd91c 100644 --- a/modules/aws/msk_cloudwatch.hcl +++ b/modules/aws/msk_cloudwatch.hcl @@ -29,7 +29,7 @@ ingester aws_msk_topic_per_broker_cloudwatch module { data_for_graph_node { type = "aws_msk_topic_per_broker" - name = "${coalesce_on_interpolation(\"$input{Topic} $input{custom_tag}\",\"$input{Topic}\")}" + name = "coalesce_on_interpolation(\"$input{Topic} $input{custom_tag}\",\"$input{Topic}\")" } using = {