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.