We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab9824 commit 78748cbCopy full SHA for 78748cb
docs/r/compute_network.html.markdown
@@ -40,6 +40,11 @@ The following arguments are supported:
40
specified range. This API is deprecated. If set, `auto_create_subnetworks` must be
41
explicitly set to false.
42
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
+
48
* `description` - (Optional) A brief description of this resource.
49
50
* `project` - (Optional) The project in which the resource belongs. If it
0 commit comments