From ffea7a4cda87cb91192b89d7c3f18d6025e6e4a3 Mon Sep 17 00:00:00 2001 From: Mark Lewis <56076038+ml4@users.noreply.github.com> Date: Thu, 3 Dec 2020 16:45:04 +0000 Subject: [PATCH] Update for_each.html.md --- website/docs/configuration/meta-arguments/for_each.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/meta-arguments/for_each.html.md b/website/docs/configuration/meta-arguments/for_each.html.md index a65cc7f4f..61b5a1b83 100644 --- a/website/docs/configuration/meta-arguments/for_each.html.md +++ b/website/docs/configuration/meta-arguments/for_each.html.md @@ -16,7 +16,7 @@ it with resources. By default, a [resource block](/docs/configuration/blocks/resources/syntax.html) configures one real infrastructure object. (Similarly, a [module block](/docs/configuration/blocks/modules/syntax.html) includes a -child module's contents into the configuration one time.) +child module's contents into the configuration one time). However, sometimes you want to manage several similar objects (like a fixed pool of compute instances) without writing a separate block for each one. Terraform has two ways to do this: