Merge pull request #26024 from hashicorp/rberlind-foreach-patch
Fix foreach to for_each
This commit is contained in:
commit
0e93ed4377
|
@ -132,7 +132,7 @@ described in more detail below:
|
||||||
that specifies acceptable versions of the module. Described in detail under
|
that specifies acceptable versions of the module. Described in detail under
|
||||||
[Module Versions][inpage-versions] below.
|
[Module Versions][inpage-versions] below.
|
||||||
|
|
||||||
- `count` and `foreach` - Both of these arguments create multiple instances of a
|
- `count` and `for_each` - Both of these arguments create multiple instances of a
|
||||||
module from a single `module` block. Described in detail under
|
module from a single `module` block. Described in detail under
|
||||||
[Multiple Instances of a Module][inpage-multiple] below.
|
[Multiple Instances of a Module][inpage-multiple] below.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue