mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Change separating to grouping
This commit is contained in:
parent
b3a49a2fa7
commit
35bef84306
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user