HashiCorp Certified: Terraform Associate — Question 87
Which of the following is not a valid Terraform collection type?
Answer options
- A. list
- B. map
- C. tree
- D. set
Correct answer: C
Explanation
The correct answer is C, as 'tree' is not a valid collection type in Terraform. The valid types are 'list', 'map', and 'set', each serving specific purposes for organizing data in Terraform configurations.