File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
website/docs/language/expressions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ The three kinds of collection type in the Terraform language are:
9696 for single line maps. A newline between key/value pairs is sufficient
9797 in multi-line maps.
9898
99- Note: although colons are valid delimiters between keys and values,
100- they are currently ignored by ` terraform fmt ` (whereas ` terraform fmt `
101- will attempt vertically align equals signs).
99+ Note: Although colons are valid delimiters between keys and values,
100+ ` terraform fmt ` currently ignores them (whereas ` terraform fmt `
101+ attempts to vertically align equals signs).
102102* ` set(...) ` : a collection of unique values that do not have any secondary
103103 identifiers or ordering.
104104
You can’t perform that action at this time.
0 commit comments