Fix default port in google_compute_https_health_check docs to 443 (#4900) (#432)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-06-21 10:00:23 -07:00 committed by GitHub
parent 71a05be3af
commit 169d26accd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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: