mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-22 10:51:23 -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
|
@ -133,7 +133,7 @@ EXAMPLES = '''
|
|||
gcp_compute_backend_service:
|
||||
name: backendservice-targethttpsproxy
|
||||
backends:
|
||||
- group: "{{ instancegroup }}"
|
||||
- group: "{{ instancegroup.selfLink }}"
|
||||
health_checks:
|
||||
- "{{ healthcheck.selfLink }}"
|
||||
enable_cdn: 'true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue