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

@ -45,7 +45,6 @@
assert:
that:
- result.changed == true
- "result.kind == 'storage#bucketAccessControl'"
# ----------------------------------------------------------------------------
- name: create a bucket access control that already exists
gcp_storage_bucket_access_control:
@ -61,7 +60,6 @@
assert:
that:
- result.changed == false
- "result.kind == 'storage#bucketAccessControl'"
#----------------------------------------------------------
- name: delete a bucket access control
gcp_storage_bucket_access_control: