backporting password length docs PR (#295)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-06-27 16:48:31 -07:00 committed by Alex Stephen
parent 45ae0a3a8e
commit 777f193f87
2 changed files with 3 additions and 3 deletions

View file

@ -232,7 +232,7 @@ options:
description: description:
- The password to use for HTTP basic authentication to the master endpoint. - The password to use for HTTP basic authentication to the master endpoint.
Because the master endpoint is open to the Internet, you should create a Because the master endpoint is open to the Internet, you should create a
strong password. strong password with a minimum of 16 characters.
required: false required: false
client_certificate_config: client_certificate_config:
description: description:
@ -647,7 +647,7 @@ masterAuth:
description: description:
- The password to use for HTTP basic authentication to the master endpoint. - The password to use for HTTP basic authentication to the master endpoint.
Because the master endpoint is open to the Internet, you should create a strong Because the master endpoint is open to the Internet, you should create a strong
password. password with a minimum of 16 characters.
returned: success returned: success
type: str type: str
clientCertificateConfig: clientCertificateConfig:

View file

@ -256,7 +256,7 @@ resources:
description: description:
- The password to use for HTTP basic authentication to the master endpoint. - The password to use for HTTP basic authentication to the master endpoint.
Because the master endpoint is open to the Internet, you should create Because the master endpoint is open to the Internet, you should create
a strong password. a strong password with a minimum of 16 characters.
returned: success returned: success
type: str type: str
clientCertificateConfig: clientCertificateConfig: