locals { default_tags = merge( var.additional_tags, { Maintainer = "Ric" Owner = var.name Environment = var.environment ManagedBy = "terraform" }) }