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

pull/22318/head
Brian Flad 7 years ago
parent 720b062d55
commit cea149340c
No known key found for this signature in database
GPG Key ID: EC6252B42B012823

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

Loading…
Cancel
Save