From e89cfb85998076d240c996f23268e9c32e7f60b6 Mon Sep 17 00:00:00 2001 From: Ankit Bhadu Date: Fri, 26 Jul 2024 19:18:39 +0530 Subject: [PATCH] add resource docs --- .../terraform/website/docs/r/google_project.html.markdown | 5 +++++ 1 file changed, 5 insertions(+) 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