Allow multiple SSL Certificates on SSL Proxy LBs (#4499) (#377)

* mark field as updatable

Co-authored-by: upodroid <cy@borg.dev>

* remove ssl proxy limit

Co-authored-by: upodroid <cy@borg.dev>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
This commit is contained in:
The Magician 2021-02-16 15:51:33 -08:00 committed by GitHub
parent 3c921dc5cd
commit d16d1e554c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View file

@ -82,8 +82,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.
elements: dict
required: true
type: list
@ -279,7 +278,7 @@ service:
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

@ -151,8 +151,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: