mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 18:30:27 -07:00
* 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:
parent
3c921dc5cd
commit
d16d1e554c
2 changed files with 4 additions and 5 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue