provider/google: Fix typo in document. auto_create_subnets -> auto_create_subnetworks (#8250)

This commit is contained in:
kawa 2016-08-17 15:50:05 +09:00 committed by Radek Simko
parent 6737e59577
commit 73b246e9b5

View File

@ -41,7 +41,7 @@ The following arguments are supported:
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
`auto_create_subnets` is specified. This attribute is deprecated.
`auto_create_subnetworks` is specified. This attribute is deprecated.
* `project` - (Optional) The project in which the resource belongs. If it
is not provided, the provider project is used.