Skip to content

Commit

Permalink
Clarify auto_create_network documentation. (#1448)
Browse files Browse the repository at this point in the history
Merged PR #1448.
  • Loading branch information
nat-henderson authored and modular-magician committed Feb 27, 2019
1 parent 1f1d13f commit 748c0a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
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 748c0a1

Please sign in to comment.