Skip to content

Commit 78748cb

Browse files
mrparkersrosbo
authored andcommitted
Add support for compute network routing mode (hashicorp#838)
* Add ability to specify compute network routing mode * Update docs
1 parent cab9824 commit 78748cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/r/compute_network.html.markdown

+5
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ The following arguments are supported:
4040
specified range. This API is deprecated. If set, `auto_create_subnetworks` must be
4141
explicitly set to false.
4242

43+
* `routing_mode` - (Optional) Sets the network-wide routing mode for Cloud Routers
44+
to use. Accepted values are `"GLOBAL"` or `"REGIONAL"`. Defaults to `"REGIONAL"`.
45+
Refer to the [Cloud Router documentation](https://cloud.google.com/router/docs/concepts/overview#dynamic-routing-mode)
46+
for more details.
47+
4348
* `description` - (Optional) A brief description of this resource.
4449

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

0 commit comments

Comments
 (0)