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:
|
||||
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
Reference in a new issue