docs/internal/resource-addressing: Omit for_each full splat example for now

This commit is contained in:
Brian Flad 2019-08-08 08:56:57 -04:00
parent 720b062d55
commit cea149340c
No known key found for this signature in database
GPG Key ID: EC6252B42B012823
1 changed files with 1 additions and 7 deletions

View File

@ -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.