mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-04 18:00:26 -07:00
This commit is contained in:
parent
0e9c32fcde
commit
6794d18478
1 changed files with 4 additions and 3 deletions
|
@ -665,6 +665,7 @@ def delete(module, link):
|
|||
auth = GcpSession(module, 'pubsub')
|
||||
return return_if_object(module, auth.delete(link))
|
||||
|
||||
|
||||
def resource_to_request(module):
|
||||
request = {
|
||||
u'name': name_pattern(module.params.get('name'), module),
|
||||
|
|
Loading…
Add table
Reference in a new issue