Skip to content

Commit

Permalink
providers/google: Update google_project website docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evandbrown committed Jan 6, 2017
1 parent d595f29 commit d9f2546
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ The following arguments are supported:
* `services` - (Optional) The services/APIs that are enabled for this project.
For a list of available services, run `gcloud beta service-management list`

* `skip_delete` - (Optional) If true, the Terraform resource can be deleted
without deleting the Project via the Google API.

* `policy_data` - (Deprecated) This argument is no longer supported, and
an error will be thrown if it is present. It must be replaced with a
`google_project_iam_policy` resource.
Expand All @@ -54,3 +57,5 @@ In addition to the arguments listed above, the following computed attributes are
exported:

* `number` - The numeric identifier of the project.
* `policy_etag` - (Deprecated) The etag of the project's IAM policy, used to
determine if the IAM policy has changed.

0 comments on commit d9f2546

Please sign in to comment.