From c598050397c78d11fc983a67665c3374ca6ebfd1 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Tue, 16 Feb 2021 23:51:22 +0000 Subject: [PATCH] Allow multiple SSL Certificates on SSL Proxy LBs (#4499) * mark field as updatable Co-authored-by: upodroid * remove ssl proxy limit Co-authored-by: upodroid Signed-off-by: Modular Magician --- plugins/modules/gcp_compute_target_ssl_proxy.py | 5 ++--- plugins/modules/gcp_compute_target_ssl_proxy_info.py | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/plugins/modules/gcp_compute_target_ssl_proxy.py b/plugins/modules/gcp_compute_target_ssl_proxy.py index 8894c1e78..a8dd32b6a 100644 --- a/plugins/modules/gcp_compute_target_ssl_proxy.py +++ b/plugins/modules/gcp_compute_target_ssl_proxy.py @@ -82,8 +82,7 @@ ssl_certificates: description: - A list of SslCertificate resources that are used to authenticate connections - between users and the load balancer. Currently, exactly one SSL certificate - must be specified. + between users and the load balancer. At least one SSL certificate must be specified. elements: dict required: true type: list @@ -279,7 +278,7 @@ sslCertificates: description: - A list of SslCertificate resources that are used to authenticate connections between - users and the load balancer. Currently, exactly one SSL certificate must be specified. + users and the load balancer. At least one SSL certificate must be specified. returned: success type: list sslPolicy: diff --git a/plugins/modules/gcp_compute_target_ssl_proxy_info.py b/plugins/modules/gcp_compute_target_ssl_proxy_info.py index 29386a5bc..e0e44f640 100644 --- a/plugins/modules/gcp_compute_target_ssl_proxy_info.py +++ b/plugins/modules/gcp_compute_target_ssl_proxy_info.py @@ -151,8 +151,8 @@ sslCertificates: description: - A list of SslCertificate resources that are used to authenticate connections - between users and the load balancer. Currently, exactly one SSL certificate - must be specified. + between users and the load balancer. At least one SSL certificate must be + specified. returned: success type: list sslPolicy: