From 2de6bafbe25840136de0ee5d1417095b465cf392 Mon Sep 17 00:00:00 2001 From: Nathan McKinley Date: Tue, 10 Apr 2018 15:23:04 -0700 Subject: [PATCH] Delete the default network created by the project. (#1316) --- docs/r/google_project.html.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/r/google_project.html.markdown b/docs/r/google_project.html.markdown index 01ee93f04f4..0e9a77b2b4f 100755 --- a/docs/r/google_project.html.markdown +++ b/docs/r/google_project.html.markdown @@ -97,6 +97,11 @@ The following arguments are supported: * `labels` - (Optional) A set of key/value label pairs to assign to the project. +* `auto_create_network` - (Optional) Create the 'default' network automatically. Default true. + Note: this might be more accurately described as "Delete Default Network", since the network + is created automatically then deleted before project creation returns, but we choose this + name to match the GCP Console UI. + ## Attributes Reference In addition to the arguments listed above, the following computed attributes are