🔥 3-day streak
HashiCorp Certified: Terraform Associate (004)122 / 150
Question 122 of 150

A team member defines the following in their configuration: variable "environment" { default = "prod" } locals { base_tags = { Owner = "platform" Managed = "terraform" } final_tags = merge(local.base_tags, { Environment = var.environment }) } What is the resulting value of local.final_tags?

Reviewed for accuracy · Report an issueNext question