Merge pull request #33119 from willfaught/patch-1

Change separating to grouping
This commit is contained in:
Rose M Koron 2023-05-05 15:55:27 -07:00 committed by GitHub
commit 257ed78361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ automatically.
when grouping together related blocks of the same type (like multiple
`provisioner` blocks in a resource).
* Avoid separating multiple blocks of the same type with other blocks of
* Avoid grouping multiple blocks of the same type with other blocks of
a different type, unless the block types are defined by semantics to
form a family.
(For example: `root_block_device`, `ebs_block_device` and