From 0cece672cf0bfe6db74effe939382d64fe1c3394 Mon Sep 17 00:00:00 2001 From: Bill Dinger Date: Mon, 11 May 2020 11:01:31 -0500 Subject: [PATCH] Added in link to where machineTypes are defined --- plugins/modules/gcp_compute_instance.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/modules/gcp_compute_instance.py b/plugins/modules/gcp_compute_instance.py index b62286d..390acd4 100644 --- a/plugins/modules/gcp_compute_instance.py +++ b/plugins/modules/gcp_compute_instance.py @@ -827,7 +827,8 @@ metadata: type: dict machineType: description: - - A reference to a machine type which defines VM kind. + - A reference to a machine type which defines VM kind. See https://cloud.google.com/compute/docs/machine-types + for a list of current valid machine types. returned: success type: str minCpuPlatform: