Update compute_instance.html.markdown : add note about live migration and GPUs (#1540)

This commit is contained in:
etiennedub 2018-05-28 12:55:10 -04:00 committed by Vincent Roseberry
parent a030dbe205
commit 656014540d

View File

@ -94,6 +94,7 @@ The following arguments are supported:
**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.
**Note:** GPU accelerators can only be used with [`on_host_maintenance`](#on_host_maintenance) option set to TERMINATE.
* `labels` - (Optional) A set of key/value label pairs to assign to the instance.