mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
backporting password length docs PR (#295)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
45ae0a3a8e
commit
777f193f87
2 changed files with 3 additions and 3 deletions
|
@ -232,7 +232,7 @@ options:
|
|||
description:
|
||||
- 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 password.
|
||||
strong password with a minimum of 16 characters.
|
||||
required: false
|
||||
client_certificate_config:
|
||||
description:
|
||||
|
@ -647,7 +647,7 @@ masterAuth:
|
|||
description:
|
||||
- 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
|
||||
password.
|
||||
password with a minimum of 16 characters.
|
||||
returned: success
|
||||
type: str
|
||||
clientCertificateConfig:
|
||||
|
|
|
@ -256,7 +256,7 @@ resources:
|
|||
description:
|
||||
- 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 password.
|
||||
a strong password with a minimum of 16 characters.
|
||||
returned: success
|
||||
type: str
|
||||
clientCertificateConfig:
|
||||
|
|
Loading…
Add table
Reference in a new issue