Skip to content

Commit

Permalink
Clarify auto_create_network documentation. (#474)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored and nat-henderson committed Feb 27, 2019
1 parent 3533a74 commit 1769a49
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions website/docs/r/google_project.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,10 @@ 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. Setting this field to false will enable the Compute Engine
API which is required to delete the network.
* `auto_create_network` - (Optional) Create the 'default' network automatically. Default `true`.
If set to `false`, the default network will be deleted. Note that, for quota purposes, you
will still need to have 1 network slot available to create the project succesfully, even if
you set `auto_create_network` to `false`, since the network will exist momentarily.

## Attributes Reference

Expand Down

0 comments on commit 1769a49

Please sign in to comment.