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: