HashiCorp Terraform-Associate-004 Question Answer
Exhibit:
variable "sizes" {
type = list(string)
description = "Valid server sizes"
default = ["small", "medium", "large"]
}
A variable declaration is shown in the exhibit. Which is the correct way to get the value of medium from this variable?
HashiCorp Terraform-Associate-004 Summary
- Vendor: HashiCorp
- Product: Terraform-Associate-004
- Update on: Mar 25, 2026
- Questions: 318

