Fix foreach to for_each

`foreach` on modules should be `for_each`
This commit is contained in:
Roger Berlind 2020-08-27 14:37:52 -04:00 committed by GitHub
parent f63c38d6a1
commit 3070f21241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ described in more detail below:
that specifies acceptable versions of the module. Described in detail under
[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
[Multiple Instances of a Module][inpage-multiple] below.