Closed vsamofal closed 5 months ago
tag { key = "Name" value = var.name propagate_at_launch = true } dynamic "tag" { for_each = var.tags content { key = tag.key value = tag.value propagate_at_launch = false }
It will be good to check here that Name tag is not in the provided map and apply it only if it's not there
Made tags.Name take precedence over var.name
tags.Name
var.name
It will be good to check here that Name tag is not in the provided map and apply it only if it's not there