From b0ebef69b39e307d10fa41c4b293f2a9ba0aeba4 Mon Sep 17 00:00:00 2001 From: Michael Potter Date: Sun, 12 Jul 2020 08:40:27 -0700 Subject: [PATCH] fix: Strip user Name tag from asg_tags #946) --- local.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/local.tf b/local.tf index febf6f7..13e4cd4 100644 --- a/local.tf +++ b/local.tf @@ -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