From d8b537e258c1fb9eb92b0e39e91ca2947e7b7529 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 21 Aug 2018 10:35:33 +0200 Subject: [PATCH] website doc for min_cpu_platform --- website/source/docs/builders/googlecompute.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/builders/googlecompute.html.md b/website/source/docs/builders/googlecompute.html.md index c4fa94850..40cb33a09 100644 --- a/website/source/docs/builders/googlecompute.html.md +++ b/website/source/docs/builders/googlecompute.html.md @@ -260,6 +260,10 @@ builder. - `metadata` (object of key/value strings) - Metadata applied to the launched instance. +- `min_cpu_platform` (string) - A Minimum CPU Platform for VM Instance. + The avalability and default CPU platforms varies across zones, based on + the hardware available in each GCP zone. [Details](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + - `network` (string) - The Google Compute network id or URL to use for the launched instance. Defaults to `"default"`. If the value is not a URL, it will be interpolated to `projects/((network_project_id))/global/networks/((network))`.