Skip to content

Commit

Permalink
Delete the default network created by the project. (hashicorp#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson authored Apr 10, 2018
1 parent b372fa6 commit 2de6baf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/r/google_project.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2de6baf

Please sign in to comment.