Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
fix: Strip user Name tag from asg_tags terraform-aws-modules#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelPotter authored and BARRY Thierno Ibrahima (Canal Plus Prestataire) committed Oct 25, 2020
1 parent 8939e57 commit 25561eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ locals {
"value", element(values(var.tags), index(keys(var.tags), item)),
"propagate_at_launch", "true"
)
if item != "Name"
]

cluster_security_group_id = var.cluster_create_security_group ? join("", aws_security_group.cluster.*.id) : var.cluster_security_group_id
Expand Down

0 comments on commit 25561eb

Please sign in to comment.