From cea149340cb77e82faeccd42c9069d1bee6dc201 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 8 Aug 2019 08:56:57 -0400 Subject: [PATCH] docs/internal/resource-addressing: Omit for_each full splat example for now --- website/docs/internals/resource-addressing.html.markdown | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/website/docs/internals/resource-addressing.html.markdown b/website/docs/internals/resource-addressing.html.markdown index dc0e8d13b..e88c2cead 100644 --- a/website/docs/internals/resource-addressing.html.markdown +++ b/website/docs/internals/resource-addressing.html.markdown @@ -104,10 +104,4 @@ An address like this: aws_instance.web["example"] ``` -Refers to only the "example" instance in the config, and an address like this: - -``` -aws_instance.web[*] -``` - -Refers to all four "web" instances. +Refers to only the "example" instance in the config.