Revert "docs: consistent use of array configuration syntax"

This reverts commit 4893eb8b559c3664377c5c5aab4b30f82caa922b.
This commit is contained in:
Mitchell Hashimoto 2015-01-14 09:28:25 -08:00
parent 0daf28f350
commit 0abbb5fbc0
2 changed files with 5 additions and 5 deletions

View File

@ -42,18 +42,18 @@ The following arguments are supported:
* `allow` - (Required) Can be specified multiple times for each allow
rule. Each allow block supports fields documented below.
* `source_ranges` - (Optional) An array of source CIDR ranges that this
* `source_ranges` - (Optional) A list of source CIDR ranges that this
firewall applies to.
* `source_tags` - (Optional) An array of source tags that this firewall applies to.
* `source_tags` - (Optional) A list of source tags that this firewall applies to.
* `target_tags` - (Optional) An array of target tags that this firewall applies to.
* `target_tags` - (Optional) A list of target tags that this firewall applies to.
The `allow` block supports:
* `protocol` - (Required) The name of the protocol to allow.
* `ports` - (Optional) Array of ports and/or port ranges to allow. This can
* `ports` - (Optional) List of ports and/or port ranges to allow. This can
only be specified if the protocol is TCP or UDP.
## Attributes Reference

View File

@ -90,7 +90,7 @@ The `network` block supports:
The `service_account` block supports:
* `scopes` - (Required) An array of service scopes. Both OAuth2 URLs and gcloud
* `scopes` - (Required) A list of service scopes. Both OAuth2 URLs and gcloud
short names are supported.
## Attributes Reference