From 1d4c42930f4d4e8e849a961b523a4b736c753a10 Mon Sep 17 00:00:00 2001 From: Saulius Grusnys Date: Tue, 18 Jul 2017 11:53:00 +0100 Subject: [PATCH] Update accelerator_type documentation to note the required on_host_maintenance value --- website/source/docs/builders/googlecompute.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/builders/googlecompute.html.md b/website/source/docs/builders/googlecompute.html.md index 4c0b1d650..dc3bda670 100644 --- a/website/source/docs/builders/googlecompute.html.md +++ b/website/source/docs/builders/googlecompute.html.md @@ -176,7 +176,8 @@ builder. - `accelerator_count` (int) - Number of guest accelerator cards to add to the launched instance. -- `accelerator_type` (string) - Full or partial URL of the guest accelerator type. +- `accelerator_type` (string) - Full or partial URL of the guest accelerator type. GPU accelerators can only be used with + `"on_host_maintenance": "TERMINATE"` option set. Example: `"projects/project_id/zones/europe-west1-b/acceleratorTypes/nvidia-tesla-k80"` - `address` (string) - The name of a pre-allocated static external IP address.