mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
doesn't take in a resourceref
This commit is contained in:
parent
0af6147ec4
commit
d79796caa9
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@
|
||||||
gcp_compute_backend_service:
|
gcp_compute_backend_service:
|
||||||
name: "{{ gcp_http_lb_backendservice }}"
|
name: "{{ gcp_http_lb_backendservice }}"
|
||||||
backends:
|
backends:
|
||||||
- group:
|
- group: "{{ gcp_http_lb_backend.selfLink }}"
|
||||||
selfLink: "{{ gcp_http_lb_backend }}"
|
|
||||||
health_checks:
|
health_checks:
|
||||||
- "{{ healthcheck.selfLink }}"
|
- "{{ healthcheck.selfLink }}"
|
||||||
enable_cdn: "{{ gcp_http_lb_cdn }}"
|
enable_cdn: "{{ gcp_http_lb_cdn }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue