nerdexam
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)
  • A
    73% (19)
  • B
    4% (1)
  • C
    8% (2)
  • D
    15% (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.

Full TERRAFORM-ASSOCIATE-003 Practice