Skip to content

Commit

Permalink
Add deletion protection to resource_compute_instance (hashicorp#1205)
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 4a0c193 commit cae5a0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/r/compute_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ 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.

* `guest_accelerator` - (Optional) List of the type and count of accelerator cards attached to the instance. Structure documented below.

* `labels` - (Optional) A set of key/value label pairs to assign to the instance.
Expand Down

0 comments on commit cae5a0b

Please sign in to comment.