HashiCorp Certified: Terraform Associate — Question 87

Which of the following is not a valid Terraform collection type?

Answer options

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.