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