mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #31598 from bobsut/patch-1
insert missing infinitive particle
This commit is contained in:
commit
1e6f091976
@ -96,9 +96,9 @@ The three kinds of collection type in the Terraform language are:
|
||||
for single line maps. A newline between key/value pairs is sufficient
|
||||
in multi-line maps.
|
||||
|
||||
Note: although colons are valid delimiters between keys and values,
|
||||
they are currently ignored by `terraform fmt` (whereas `terraform fmt`
|
||||
will attempt vertically align equals signs).
|
||||
Note: Although colons are valid delimiters between keys and values,
|
||||
`terraform fmt` currently ignores them (whereas `terraform fmt`
|
||||
attempts to vertically align equals signs).
|
||||
* `set(...)`: a collection of unique values that do not have any secondary
|
||||
identifiers or ordering.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user