From 1f40f149dbd8a9f755aed55e9f23edf5997b6ba2 Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 11 Dec 2020 20:43:05 -0800 Subject: [PATCH] add gvnic support for image (#4306) (#351) Co-authored-by: Edward Sun Signed-off-by: Modular Magician Co-authored-by: Edward Sun --- plugins/modules/gcp_compute_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/gcp_compute_image.py b/plugins/modules/gcp_compute_image.py index 35f4b12..57da46d 100644 --- a/plugins/modules/gcp_compute_image.py +++ b/plugins/modules/gcp_compute_image.py @@ -88,7 +88,7 @@ options: description: - The type of supported feature. - 'Some valid choices include: "MULTI_IP_SUBNET", "SECURE_BOOT", "SEV_CAPABLE", - "UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "WINDOWS"' + "UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "WINDOWS", "GVNIC"' required: true type: str image_encryption_key: