Compute Snapshots (#319)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-07-23 14:55:35 -07:00 committed by Alex Stephen
commit 763e85f29e
46 changed files with 924 additions and 80 deletions

View file

@ -41,7 +41,6 @@
assert:
that:
- result.changed == true
- "result.kind == 'compute#httpsHealthCheck'"
- name: verify that https_health_check was created
gcp_compute_https_health_check_facts:
filters:
@ -73,7 +72,6 @@
assert:
that:
- result.changed == false
- "result.kind == 'compute#httpsHealthCheck'"
#----------------------------------------------------------
- name: delete a https health check
gcp_compute_https_health_check: