summaryrefslogtreecommitdiff
path: root/test/integration/targets/gcp_compute_target_https_proxy
diff options
context:
space:
mode:
authorThe Magician <magic-modules@google.com>2019-07-09 11:35:26 -0700
committeransibot <ansibot@users.noreply.github.com>2019-07-09 14:35:25 -0400
commit9721c4045b15462bceb365c2b0a5b02c1b652145 (patch)
tree089cb57ff19d6f7e24b30e2e225c89ce332e0f25 /test/integration/targets/gcp_compute_target_https_proxy
parenteb839c94ea2231e02d7baacf36801a273fd57527 (diff)
downloadansible-9721c4045b15462bceb365c2b0a5b02c1b652145.tar.gz
Bug fixes for GCP modules (#58849)
Diffstat (limited to 'test/integration/targets/gcp_compute_target_https_proxy')
-rw-r--r--test/integration/targets/gcp_compute_target_https_proxy/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_target_https_proxy/tasks/main.yml b/test/integration/targets/gcp_compute_target_https_proxy/tasks/main.yml
index d62cacb69c..41e6f58452 100644
--- a/test/integration/targets/gcp_compute_target_https_proxy/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_target_https_proxy/tasks/main.yml
@@ -38,7 +38,7 @@
gcp_compute_backend_service:
name: backendservice-targethttpsproxy
backends:
- - group: "{{ instancegroup }}"
+ - group: "{{ instancegroup.selfLink }}"
health_checks:
- "{{ healthcheck.selfLink }}"
enable_cdn: 'true'
@@ -222,7 +222,7 @@
gcp_compute_backend_service:
name: backendservice-targethttpsproxy
backends:
- - group: "{{ instancegroup }}"
+ - group: "{{ instancegroup.selfLink }}"
health_checks:
- "{{ healthcheck.selfLink }}"
enable_cdn: 'true'