From 68146fde03655bc156fb4c0df285538a84ab25b3 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Thu, 5 Dec 2019 01:14:21 +0000 Subject: [PATCH] correct documentation about multiple ssl certificates Signed-off-by: Modular Magician --- plugins/modules/gcp_compute_target_https_proxy.py | 5 ++--- plugins/modules/gcp_compute_target_https_proxy_info.py | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) 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: