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

@ -47,7 +47,6 @@
assert:
that:
- result.changed == true
- "result.kind == 'sql#instance'"
- name: verify that instance was created
gcp_sql_instance_facts:
project: "{{ gcp_project }}"
@ -80,7 +79,6 @@
assert:
that:
- result.changed == false
- "result.kind == 'sql#instance'"
#----------------------------------------------------------
- name: delete a instance
gcp_sql_instance: