mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 07:31:29 -07:00
Compute Snapshots (#319)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
a6d44765e7
commit
763e85f29e
46 changed files with 924 additions and 80 deletions
|
@ -53,7 +53,6 @@
|
|||
assert:
|
||||
that:
|
||||
- result.changed == true
|
||||
- "result.kind == 'bigquery#table'"
|
||||
- name: verify that table was created
|
||||
gcp_bigquery_table_facts:
|
||||
dataset: example_dataset
|
||||
|
@ -85,7 +84,6 @@
|
|||
assert:
|
||||
that:
|
||||
- result.changed == false
|
||||
- "result.kind == 'bigquery#table'"
|
||||
#----------------------------------------------------------
|
||||
- name: delete a table
|
||||
gcp_bigquery_table:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue