mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-26 14:41:29 -07:00
Spanner Fixes (#301)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
a29f611cf6
commit
72e4cc7214
7 changed files with 47 additions and 14 deletions
|
@ -202,7 +202,7 @@ def update(module, link):
|
|||
|
||||
def delete(module, link):
|
||||
auth = GcpSession(module, 'spanner')
|
||||
return wait_for_operation(module, auth.delete(link))
|
||||
return return_if_object(module, auth.delete(link))
|
||||
|
||||
|
||||
def resource_to_request(module):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue