From 96af7dfc7625b2939b3f46efbba532266249e00b Mon Sep 17 00:00:00 2001 From: Jorge Gallegos Date: Tue, 12 Aug 2025 15:04:59 -0700 Subject: [PATCH] docs: Clarify the type of item expected in ssl_certificates --- plugins/modules/gcp_compute_target_https_proxy.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/modules/gcp_compute_target_https_proxy.py b/plugins/modules/gcp_compute_target_https_proxy.py index c6927302..9f3fe976 100644 --- a/plugins/modules/gcp_compute_target_https_proxy.py +++ b/plugins/modules/gcp_compute_target_https_proxy.py @@ -298,8 +298,10 @@ quicOverride: type: str sslCertificates: description: - - A list of SslCertificate resources that are used to authenticate connections between - users and the load balancer. At least one SSL certificate must be specified. + - A list of SslCertificate objects (with selfLink and name e.g. as returned by + gcp_compute_target_https_proxy_info) that are used to authenticate + connections between users and the load balancer. At least one SSL certificate + must be specified. returned: success type: list sslPolicy: