From 3a8a593218893623e0729e87546a6733f3d080c6 Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 21 Oct 2020 09:21:10 -0700 Subject: [PATCH] relax load balancing scheme validation of region backend service (#4125) (#316) Signed-off-by: Modular Magician --- plugins/modules/gcp_compute_region_backend_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/gcp_compute_region_backend_service.py b/plugins/modules/gcp_compute_region_backend_service.py index 1d00e0b..14a3472 100644 --- a/plugins/modules/gcp_compute_region_backend_service.py +++ b/plugins/modules/gcp_compute_region_backend_service.py @@ -349,7 +349,7 @@ options: - Indicates what kind of load balancing this regional backend service will be used for. A backend service created for one type of load balancing cannot be used with the other(s). - - 'Some valid choices include: "INTERNAL", "INTERNAL_MANAGED"' + - 'Some valid choices include: "EXTERNAL", "INTERNAL", "INTERNAL_MANAGED"' required: false default: INTERNAL type: str