Fixing backend service tests and all related tests (#292)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-07-01 16:56:36 -07:00 committed by Alex Stephen
parent d0ff439be6
commit adc0352c84
14 changed files with 24 additions and 24 deletions

View file

@ -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'