From 169d26accd6800abfb1bf187167825d5e3651f86 Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 21 Jun 2021 10:00:23 -0700 Subject: [PATCH] Fix default port in google_compute_https_health_check docs to 443 (#4900) (#432) Signed-off-by: Modular Magician --- plugins/modules/gcp_compute_https_health_check.py | 4 ++-- plugins/modules/gcp_compute_https_health_check_info.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/gcp_compute_https_health_check.py b/plugins/modules/gcp_compute_https_health_check.py index ecd6f61..bd22453 100644 --- a/plugins/modules/gcp_compute_https_health_check.py +++ b/plugins/modules/gcp_compute_https_health_check.py @@ -85,7 +85,7 @@ options: port: description: - The TCP port number for the HTTPS health check request. - - The default value is 80. + - The default value is 443. required: false type: int request_path: @@ -224,7 +224,7 @@ name: port: description: - The TCP port number for the HTTPS health check request. - - The default value is 80. + - The default value is 443. returned: success type: int requestPath: diff --git a/plugins/modules/gcp_compute_https_health_check_info.py b/plugins/modules/gcp_compute_https_health_check_info.py index a0356dd..7edda39 100644 --- a/plugins/modules/gcp_compute_https_health_check_info.py +++ b/plugins/modules/gcp_compute_https_health_check_info.py @@ -161,7 +161,7 @@ resources: port: description: - The TCP port number for the HTTPS health check request. - - The default value is 80. + - The default value is 443. returned: success type: int requestPath: