HashiCorp
TERRAFORM-ASSOCIATE-003 · Question #56
Which of the following is not a valid Terraform collection type?
The correct answer is A. Tree. This is not a valid Terraform collection type, as Terraform only supports three collection types: list, map, and set. A tree is a data structure that consists of nodes with parent-child relationships, which is not supported by Terraform.
Read, generate, and modify configuration
Question
Which of the following is not a valid Terraform collection type?
Options
- ATree
- BMap
- CList
- Dset
How the community answered
(26 responses)- A73% (19)
- B4% (1)
- C8% (2)
- D15% (4)
Explanation
This is not a valid Terraform collection type, as Terraform only supports three collection types: list, map, and set. A tree is a data structure that consists of nodes with parent-child relationships, which is not supported by Terraform.
Topics
#collection types#map#list#set
Community Discussion
No community discussion yet for this question.