mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-22 21:00:29 -07:00
Fixing backend service tests and all related tests (#292)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
d0ff439be6
commit
adc0352c84
14 changed files with 24 additions and 24 deletions
|
@ -38,7 +38,7 @@
|
|||
gcp_compute_backend_service:
|
||||
name: backendservice-targethttpproxy
|
||||
backends:
|
||||
- group: "{{ instancegroup }}"
|
||||
- group: "{{ instancegroup.selfLink }}"
|
||||
health_checks:
|
||||
- "{{ healthcheck.selfLink }}"
|
||||
enable_cdn: 'true'
|
||||
|
@ -169,7 +169,7 @@
|
|||
gcp_compute_backend_service:
|
||||
name: backendservice-targethttpproxy
|
||||
backends:
|
||||
- group: "{{ instancegroup }}"
|
||||
- group: "{{ instancegroup.selfLink }}"
|
||||
health_checks:
|
||||
- "{{ healthcheck.selfLink }}"
|
||||
enable_cdn: 'true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue