Skip to content

Commit

Permalink
Add support for compute network routing mode (hashicorp#838)
Browse files Browse the repository at this point in the history
* Add ability to specify compute network routing mode
* Update docs
  • Loading branch information
mrparkers authored and rosbo committed Dec 12, 2017
1 parent cab9824 commit 78748cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/r/compute_network.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ The following arguments are supported:
specified range. This API is deprecated. If set, `auto_create_subnetworks` must be
explicitly set to false.

* `routing_mode` - (Optional) Sets the network-wide routing mode for Cloud Routers
to use. Accepted values are `"GLOBAL"` or `"REGIONAL"`. Defaults to `"REGIONAL"`.
Refer to the [Cloud Router documentation](https://cloud.google.com/router/docs/concepts/overview#dynamic-routing-mode)
for more details.

* `description` - (Optional) A brief description of this resource.

* `project` - (Optional) The project in which the resource belongs. If it
Expand Down

0 comments on commit 78748cb

Please sign in to comment.