Make clearer that ipv4_range is deprecated (#10749)

Removed example code usage that demonstrated deprecated ipv4_range argument, and made clearer that argument is deprecated
This commit is contained in:
Daniel Bryant 2016-12-15 12:37:13 +00:00 committed by Paul Stack
parent 4d03f26b31
commit e61fdcc5c8
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@ Manages a network within GCE.
```js
resource "google_compute_network" "default" {
name = "test"
ipv4_range = "10.0.0.0/16"
name = "test"
auto_create_subnetworks = "true"
}
```
@ -37,7 +37,7 @@ The following arguments are supported:
* `description` - (Optional) A brief description of this resource.
* `ipv4_range` - (Optional) The IPv4 address range that machines in this network
* `ipv4_range` - (DEPRECATED, Optional) The IPv4 address range that machines in this network
are assigned to, represented as a CIDR block. If not set, an auto or custom
subnetted network will be created, depending on the value of
`auto_create_subnetworks` attribute. This attribute may not be used if