The answer is correct.
Maps/objects are represented by a pair of curly braces containing a series of <KEY> = <VALUE> pairs
Source: https://www.terraform.io/language/expressions/types
C. map is the Terraform collection type that should be used to store key/value pairs.
A map is an unordered collection of key/value pairs, where each key is unique. It can be used to store related data that doesn't have a specific order, and it's useful for storing configuration parameters or metadata associated with infrastructure resources. A tuple is an ordered collection of elements, a set is an unordered collection of unique elements, and a list is an ordered collection of elements that can include duplicates. While each of these collection types has its own uses, a map is the most appropriate type for storing key/value pairs.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Uma10
Highly Voted 2 years, 2 months agodebabrata6983
Most Recent 1 year, 3 months agocamps
1 year, 7 months agoPinky0289
2 years, 2 months agodepal_dhir
2 years, 2 months agokeiffo2
2 years, 2 months agokeiffo2
2 years, 2 months ago