diff --git a/plugins/modules/gcp_compute_target_https_proxy.py b/plugins/modules/gcp_compute_target_https_proxy.py index ec5dc00..6b4097b 100644 --- a/plugins/modules/gcp_compute_target_https_proxy.py +++ b/plugins/modules/gcp_compute_target_https_proxy.py @@ -78,8 +78,7 @@ options: 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. required: true type: list ssl_policy: @@ -290,7 +289,7 @@ quicOverride: 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_https_proxy_info.py b/plugins/modules/gcp_compute_target_https_proxy_info.py index 08e4a0e..7e93eb6 100644 --- a/plugins/modules/gcp_compute_target_https_proxy_info.py +++ b/plugins/modules/gcp_compute_target_https_proxy_info.py @@ -149,8 +149,8 @@ resources: 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: