Merge pull request #99 from modular-magician/codegen-pr-2783

correct documentation about multiple ssl certificates
This commit is contained in:
Dana Hoffman 2019-12-05 10:48:03 -08:00 committed by GitHub
commit 95adace2c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View file

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

View file

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