Skip to content

Commit

Permalink
add resource docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abd-goog committed Jul 26, 2024
1 parent 685b612 commit e89cfb8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ The following arguments are supported:
`false`. Note that when `false`, Terraform enables `compute.googleapis.com` on the project to interact
with the GCE API and currently leaves it enabled.

* `deletion_policy` - (Optional) The deletion policy for the Project. Setting PREVENT will protect the project
against any destroy actions caused by a terraform apply or terraform destroy. Setting ABANDON allows the resource
to be abandoned rather than deleted, i.e., the Terraform resource can be deleted without deleting the Project via
the Google API. Possible values are: "PREVENT", "ABANDON", "NONE".

## Attributes Reference

In addition to the arguments listed above, the following computed attributes are
Expand Down

0 comments on commit e89cfb8

Please sign in to comment.