Skip to content

Commit

Permalink
added support for custom_tag to alb_cloudwatch module
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajeetjadhav committed Nov 14, 2022
1 parent 98d0b49 commit 224f951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/aws/alb_cloudwatch.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ ingester aws_alb_cloudwatch module {

physical_component {
type = "alb"
name = "$input{LoadBalancer}"
name = "coalesce_on_interpolation(\"$input{LoadBalancer}-$input{custom_tag}\",\"$input{LoadBalancer}\")"
}

data_for_graph_node {
type = "alb"
name = "$input{LoadBalancer}"
name = "coalesce_on_interpolation(\"$input{LoadBalancer}-$input{custom_tag}\",\"$input{LoadBalancer}\")"
}

using = {
Expand Down

0 comments on commit 224f951

Please sign in to comment.