mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 19:00:27 -07:00
correct documentation about multiple ssl certificates
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
352731c9db
commit
68146fde03
2 changed files with 4 additions and 5 deletions
|
@ -78,8 +78,7 @@ options:
|
|||
ssl_certificates:
|
||||
description:
|
||||
- A list of SslCertificate resources that are used to authenticate connections
|
||||
between users and the load balancer. Currently, exactly one SSL certificate
|
||||
must be specified.
|
||||
between users and the load balancer. At least one SSL certificate must be specified.
|
||||
required: true
|
||||
type: list
|
||||
ssl_policy:
|
||||
|
@ -290,7 +289,7 @@ quicOverride:
|
|||
sslCertificates:
|
||||
description:
|
||||
- A list of SslCertificate resources that are used to authenticate connections between
|
||||
users and the load balancer. Currently, exactly one SSL certificate must be specified.
|
||||
users and the load balancer. At least one SSL certificate must be specified.
|
||||
returned: success
|
||||
type: list
|
||||
sslPolicy:
|
||||
|
|
|
@ -149,8 +149,8 @@ resources:
|
|||
sslCertificates:
|
||||
description:
|
||||
- A list of SslCertificate resources that are used to authenticate connections
|
||||
between users and the load balancer. Currently, exactly one SSL certificate
|
||||
must be specified.
|
||||
between users and the load balancer. At least one SSL certificate must be
|
||||
specified.
|
||||
returned: success
|
||||
type: list
|
||||
sslPolicy:
|
||||
|
|
Loading…
Add table
Reference in a new issue