mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-15 08:14:12 +01:00
fix: Strip user Name tag from asg_tags #946)
This commit is contained in:
1
local.tf
1
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
|
||||
|
||||
Reference in New Issue
Block a user