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

View file

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