Skip to content

Commit 8443441

Browse files
chrisstnat-henderson
authored andcommitted
Adding ipv4 range back (#2303)
This change would force people to upgrade from legacy networks which are still technically supported in GCP. Since website hasn't moved to magic modules yet this is to accompany GoogleCloudPlatform/magic-modules#599
1 parent 1e7d357 commit 8443441

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docs/r/compute_network.html.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ The following arguments are supported:
3636
automatically. If set to false, a custom subnetted network will be created that
3737
can support `google_compute_subnetwork` resources. Defaults to true.
3838

39+
* `ipv4_range` - (Optional) If set to a CIDR block, uses the legacy VPC API with the
40+
specified range. This API is deprecated. If set, `auto_create_subnetworks` must be
41+
explicitly set to false.
42+
3943
* `routing_mode` - (Optional) Sets the network-wide routing mode for Cloud Routers
4044
to use. Accepted values are `"GLOBAL"` or `"REGIONAL"`. Defaults to `"REGIONAL"`.
4145
Refer to the [Cloud Router documentation](https://cloud.google.com/router/docs/concepts/overview#dynamic-routing-mode)

0 commit comments

Comments
 (0)