doesn't take in a resourceref

This commit is contained in:
Alex Stephen 2020-04-27 14:05:13 -04:00
parent 0af6147ec4
commit d79796caa9

View file

@ -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 }}"