mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 04:10: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:
|
ssl_certificates:
|
||||||
description:
|
description:
|
||||||
- A list of SslCertificate resources that are used to authenticate connections
|
- A list of SslCertificate resources that are used to authenticate connections
|
||||||
between users and the load balancer. Currently, exactly one SSL certificate
|
between users and the load balancer. At least one SSL certificate must be specified.
|
||||||
must be specified.
|
|
||||||
required: true
|
required: true
|
||||||
type: list
|
type: list
|
||||||
ssl_policy:
|
ssl_policy:
|
||||||
|
@ -290,7 +289,7 @@ quicOverride:
|
||||||
sslCertificates:
|
sslCertificates:
|
||||||
description:
|
description:
|
||||||
- A list of SslCertificate resources that are used to authenticate connections between
|
- 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
|
returned: success
|
||||||
type: list
|
type: list
|
||||||
sslPolicy:
|
sslPolicy:
|
||||||
|
|
|
@ -149,8 +149,8 @@ resources:
|
||||||
sslCertificates:
|
sslCertificates:
|
||||||
description:
|
description:
|
||||||
- A list of SslCertificate resources that are used to authenticate connections
|
- A list of SslCertificate resources that are used to authenticate connections
|
||||||
between users and the load balancer. Currently, exactly one SSL certificate
|
between users and the load balancer. At least one SSL certificate must be
|
||||||
must be specified.
|
specified.
|
||||||
returned: success
|
returned: success
|
||||||
type: list
|
type: list
|
||||||
sslPolicy:
|
sslPolicy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue