From 82393d67185b3b61b0e882c5e9051a4a7633a6c7 Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 2 Apr 2021 14:50:04 -0700 Subject: [PATCH] Upstream change to add machine types to cloudbuild trigger (#4652) (#398) Signed-off-by: Modular Magician --- plugins/modules/gcp_cloudbuild_trigger.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/modules/gcp_cloudbuild_trigger.py b/plugins/modules/gcp_cloudbuild_trigger.py index fab2df1..78c7463 100644 --- a/plugins/modules/gcp_cloudbuild_trigger.py +++ b/plugins/modules/gcp_cloudbuild_trigger.py @@ -586,7 +586,8 @@ options: machine_type: description: - Compute Engine machine type on which to run the build. - - 'Some valid choices include: "UNSPECIFIED", "N1_HIGHCPU_8", "N1_HIGHCPU_32"' + - 'Some valid choices include: "UNSPECIFIED", "N1_HIGHCPU_8", "N1_HIGHCPU_32", + "E2_HIGHCPU_8", "E2_HIGHCPU_32"' required: false type: str disk_size_gb: