Merge pull request #14020 from hashicorp/paddy_global_address_ip_docs

Make global forwarding rule docs clearer for IP addresses.
This commit is contained in:
Paddy 2017-04-26 17:42:04 -07:00 committed by GitHub
commit 8eb3ac2b71
1 changed files with 3 additions and 1 deletions

View File

@ -80,7 +80,9 @@ The following arguments are supported:
* `description` - (Optional) Textual description field.
* `ip_address` - (Optional) The static IP. (if not set, an ephemeral IP is
used).
used). This should be the literal IP address to be used, not the `self_link`
to a `google_compute_address` resource. (If using a `google_compute_address`
resource, use the `address` property instead of the `self_link` property.)
* `ip_protocol` - (Optional) The IP protocol to route, one of "TCP" "UDP" "AH"
"ESP" or "SCTP". (default "TCP").