From b4ef21d53d77618b31d78f6c0aeae47c92ddc521 Mon Sep 17 00:00:00 2001 From: Nick Jacques Date: Fri, 16 Mar 2018 16:09:21 -0500 Subject: [PATCH] Add deletion_protection wrapper for deleting instance (#1211) --- docs/r/compute_instance.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/r/compute_instance.html.markdown b/docs/r/compute_instance.html.markdown index 9563e93fef4..7a2d5214ded 100644 --- a/docs/r/compute_instance.html.markdown +++ b/docs/r/compute_instance.html.markdown @@ -91,6 +91,7 @@ The following arguments are supported: * `description` - (Optional) A brief description of this resource. * `deletion_protection` - (Optional) Enable deletion protection on this instance. Defaults to false. + **Note:** you must disable deletion protection before removing the resource (e.g., via `terraform destroy`), or the instance cannot be deleted and the Terraform run will not complete successfully. * `guest_accelerator` - (Optional) List of the type and count of accelerator cards attached to the instance. Structure documented below.