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
parent a6d44765e7
commit 763e85f29e
46 changed files with 924 additions and 80 deletions

View file

@ -115,7 +115,6 @@
assert:
that:
- result.changed == true
- "result.kind == 'compute#targetHttpsProxy'"
- name: verify that target_https_proxy was created
gcp_compute_target_https_proxy_facts:
filters:
@ -146,7 +145,6 @@
assert:
that:
- result.changed == false
- "result.kind == 'compute#targetHttpsProxy'"
#----------------------------------------------------------
- name: delete a target https proxy
gcp_compute_target_https_proxy: