From 9935138e1c08610eacf5e448922de3479cfc7cae Mon Sep 17 00:00:00 2001 From: Mark Lewis <56076038+ml4@users.noreply.github.com> Date: Thu, 3 Dec 2020 16:45:52 +0000 Subject: [PATCH] Update for_each.html.md minor grammar improvement. --- 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 61b5a1b83..8187d3b13 100644 --- a/website/docs/configuration/meta-arguments/for_each.html.md +++ b/website/docs/configuration/meta-arguments/for_each.html.md @@ -14,7 +14,7 @@ it with resources. > **Hands-on:** Try the [Manage Similar Resources With For Each](https://learn.hashicorp.com/tutorials/terraform/for-each?in=terraform/0-13&utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) tutorial on HashiCorp Learn. By default, a [resource block](/docs/configuration/blocks/resources/syntax.html) configures one real -infrastructure object. (Similarly, a +infrastructure object (and similarly, a [module block](/docs/configuration/blocks/modules/syntax.html) includes a child module's contents into the configuration one time). However, sometimes you want to manage several similar objects (like a fixed