Update compute_global_forwading_rule docs to reference global IP address (#404)

This commit is contained in:
Daniel Compton 2017-09-12 05:09:07 +12:00 committed by Vincent Roseberry
parent 6198ca2b06
commit 22865ce3bc

View File

@ -84,7 +84,7 @@ The following arguments are supported:
* `ip_address` - (Optional) The static IP. (if not set, an ephemeral IP is
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`
to a `google_compute_global_address` resource. (If using a `google_compute_global_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"