Apply suggestions from code review

Co-Authored-By: Nick Fagerlund <nick@hashicorp.com>
This commit is contained in:
Brian Flad 2019-08-08 08:54:40 -04:00 committed by GitHub
parent 3a1a39bed3
commit 720b062d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -49,11 +49,11 @@ in any descendent module.
__Resource index__:
* `[N]` where `N` is a `0`-based numerical index into a resource with multiple
instances specified by the `count` meta-parameter. Omitting an index when
instances specified by the `count` meta-argument. Omitting an index when
addressing a resource where `count > 1` means that the address references
all instances.
* `["INDEX"]` where `INDEX` is a alphanumerical key index into a resource with
multiple instances specified by the `for_each` meta-parameter.
multiple instances specified by the `for_each` meta-argument.
## Examples