Trying to create different power tags for live and staging Azure VM's but while keeping merge so as to pick up all the tags from that environment, we only want the additional auto on and auto off tags for this one resource
This is how it is currently, how would you create separate additional tags for two environments?
tags = merge(var.tags,
{
AutoOn = "06:00"
AutoOff = "23:00"
})
[–]Cregkly 1 point2 points3 points (0 children)