Merge pull request #31598 from bobsut/patch-1

insert missing infinitive particle
This commit is contained in:
Matthew Garrell 2022-09-23 08:49:18 -04:00 committed by GitHub
commit 1e6f091976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.