diff --git a/mmv1/third_party/terraform/website/docs/r/google_project.html.markdown b/mmv1/third_party/terraform/website/docs/r/google_project.html.markdown index 58ab9b193b8f..ca094742a429 100644 --- a/mmv1/third_party/terraform/website/docs/r/google_project.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/google_project.html.markdown @@ -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