Skip to content

Commit

Permalink
Deprecate network fields (hashicorp#2235)
Browse files Browse the repository at this point in the history
* removing old removed network fields

* Remove ipv4range option
  • Loading branch information
chrisst authored Oct 12, 2018
1 parent 21d727b commit 818dc79
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/r/compute_network.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ The following arguments are supported:
automatically. If set to false, a custom subnetted network will be created that
can support `google_compute_subnetwork` resources. Defaults to true.

* `ipv4_range` - (Optional) If set to a CIDR block, uses the legacy VPC API with the
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)
Expand Down

0 comments on commit 818dc79

Please sign in to comment.