Skip to content

Commit

Permalink
EFS - Adding name tag to data_for_graph_node (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
srijanshukla18 authored May 11, 2022
1 parent 4bbc7f1 commit c94c6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/efs.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ingester aws_efs_cloudwatch module {

data_for_graph_node {
type = "aws_efs"
name = "$input{FileSystemId}-efs"
name = "$input{FileSystemId}-$input{FileSystemName}"
}

using = {
Expand Down

0 comments on commit c94c6ea

Please sign in to comment.