From 656014540dccf63d74b8a41adb3dcac432c4d012 Mon Sep 17 00:00:00 2001 From: etiennedub Date: Mon, 28 May 2018 12:55:10 -0400 Subject: [PATCH] Update compute_instance.html.markdown : add note about live migration and GPUs (#1540) --- website/docs/r/compute_instance.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/r/compute_instance.html.markdown b/website/docs/r/compute_instance.html.markdown index 51722c0f..10f13300 100644 --- a/website/docs/r/compute_instance.html.markdown +++ b/website/docs/r/compute_instance.html.markdown @@ -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.