mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-17 23:13:46 +01:00
feat: Allow configuring which tags are passed on launch template tag specifications (#2360)
Resolves undefined
This commit is contained in:
@@ -270,7 +270,7 @@ resource "aws_launch_template" "this" {
|
||||
ram_disk_id = var.ram_disk_id
|
||||
|
||||
dynamic "tag_specifications" {
|
||||
for_each = toset(["instance", "volume", "elastic-gpu", "network-interface", "spot-instances-request"])
|
||||
for_each = toset(var.tag_specifications)
|
||||
|
||||
content {
|
||||
resource_type = tag_specifications.key
|
||||
|
||||
Reference in New Issue
Block a user