Skip to content

Commit

Permalink
adding coalesce
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-hirani committed Feb 25, 2022
1 parent e1155df commit 9b240b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/msk_cloudwatch.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 9b240b5

Please sign in to comment.