Change separating to grouping

This commit is contained in:
Will Faught 2023-04-28 15:24:52 -07:00 committed by GitHub
parent b3a49a2fa7
commit 35bef84306
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