mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-24 22:00:29 -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:
|
||||
name: "{{ gcp_http_lb_backendservice }}"
|
||||
backends:
|
||||
- group:
|
||||
selfLink: "{{ gcp_http_lb_backend }}"
|
||||
- group: "{{ gcp_http_lb_backend.selfLink }}"
|
||||
health_checks:
|
||||
- "{{ healthcheck.selfLink }}"
|
||||
enable_cdn: "{{ gcp_http_lb_cdn }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue