From efd6b997aef61c44cc25d8dc5743f4bdc71daa58 Mon Sep 17 00:00:00 2001 From: kawa Date: Wed, 17 Aug 2016 15:50:05 +0900 Subject: [PATCH] provider/google: Fix typo in document. auto_create_subnets -> auto_create_subnetworks (#8250) --- .../docs/providers/google/r/compute_network.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/google/r/compute_network.html.markdown b/website/source/docs/providers/google/r/compute_network.html.markdown index 25bedbb5fc..a6d469d3a7 100644 --- a/website/source/docs/providers/google/r/compute_network.html.markdown +++ b/website/source/docs/providers/google/r/compute_network.html.markdown @@ -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.