mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-15 18:41:51 -07:00
Merge pull request #704 from thekad/docs/update-https-proxy
Some checks are pending
Run integration tests for the cloud.google collection / integration (stable-2.16) (push) Waiting to run
Run integration tests for the cloud.google collection / integration (stable-2.17) (push) Waiting to run
Run integration tests for the cloud.google collection / integration (stable-2.18) (push) Waiting to run
Run integration tests for the cloud.google collection / integration (stable-2.19) (push) Waiting to run
Some checks are pending
Run integration tests for the cloud.google collection / integration (stable-2.16) (push) Waiting to run
Run integration tests for the cloud.google collection / integration (stable-2.17) (push) Waiting to run
Run integration tests for the cloud.google collection / integration (stable-2.18) (push) Waiting to run
Run integration tests for the cloud.google collection / integration (stable-2.19) (push) Waiting to run
docs: Clarify the type of item expected in ssl_certificates
This commit is contained in:
commit
a03a1b4270
1 changed files with 4 additions and 2 deletions
|
@ -298,8 +298,10 @@ quicOverride:
|
||||||
type: str
|
type: str
|
||||||
sslCertificates:
|
sslCertificates:
|
||||||
description:
|
description:
|
||||||
- A list of SslCertificate resources that are used to authenticate connections between
|
- A list of SslCertificate objects (with selfLink and name e.g. as returned by
|
||||||
users and the load balancer. At least one SSL certificate must be specified.
|
gcp_compute_target_https_proxy_info) that are used to authenticate
|
||||||
|
connections between users and the load balancer. At least one SSL certificate
|
||||||
|
must be specified.
|
||||||
returned: success
|
returned: success
|
||||||
type: list
|
type: list
|
||||||
sslPolicy:
|
sslPolicy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue