From 3070f212412284b20c6d3d7b9d2f6ef342d78ff2 Mon Sep 17 00:00:00 2001 From: Roger Berlind Date: Thu, 27 Aug 2020 14:37:52 -0400 Subject: [PATCH] Fix foreach to for_each `foreach` on modules should be `for_each` --- website/docs/configuration/modules.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/modules.html.md b/website/docs/configuration/modules.html.md index c2404600fc..06258ecde8 100644 --- a/website/docs/configuration/modules.html.md +++ b/website/docs/configuration/modules.html.md @@ -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.