terraform-associate question 362 discussion

View all HashiCorp Certified: Terraform Associate Exam here
back to hashicorp forum

Question 362

Which Terraform collection type should you use to store key/value pairs?

  • A. set
  • B. tuple
  • C. list
  • D. map
Answer:

D


User Votes:
A 1 votes
50%
B
50%
C
50%
D 4 votes
50%
Discussions
0 / 1000
sunil123
3 months ago

map is correct

Greatman
2 months, 4 weeks ago

In Terraform, a map is the collection type designed to store key/value pairs.