Skip to content

Commit

Permalink
Add deletion_protection wrapper for deleting instance (hashicorp#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjacques authored and nat-henderson committed Mar 16, 2018
1 parent cae5a0b commit b4ef21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/r/compute_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b4ef21d

Please sign in to comment.