Add support for default-internet-gateway alias for google_compute_route (#9676)

This commit is contained in:
Christoph Blecker 2016-11-01 06:45:36 -07:00 committed by Paul Stack
parent 5ac73bfd16
commit 9598afb20b

View File

@ -43,8 +43,9 @@ The following arguments are supported:
- - -
* `next_hop_gateway` - (Optional) The name of the internet gateway to route
to if this route is matched.
* `next_hop_gateway` - (Optional) The URL of the internet gateway to route
to if this route is matched. The alias "default-internet-gateway" can also
be used.
* `next_hop_instance` - (Optional) The name of the VM instance to route to
if this route is matched.