diff --git a/plugins/modules/gcp_compute_target_ssl_proxy.py b/plugins/modules/gcp_compute_target_ssl_proxy.py index 8894c1e..a8dd32b 100644 --- a/plugins/modules/gcp_compute_target_ssl_proxy.py +++ b/plugins/modules/gcp_compute_target_ssl_proxy.py @@ -82,8 +82,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. elements: dict required: true type: list @@ -279,7 +278,7 @@ service: 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 29386a5..e0e44f6 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 @@ 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: