From 73b246e9b5683091859aa4e3ff367c444495c5e5 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) --- r/compute_network.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/compute_network.html.markdown b/r/compute_network.html.markdown index 25bedbb5..a6d469d3 100644 --- a/r/compute_network.html.markdown +++ b/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.