mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-03 07:29:10 -07:00
Ansible - non-updatable resources should be deleted/created (#231)
<!-- This change is generated by MagicModules. --> /cc @rambleraptor
This commit is contained in:
parent
66f43ea8f9
commit
8b2a915a09
11 changed files with 22 additions and 11 deletions
|
@ -142,7 +142,8 @@ def create(module, link):
|
|||
|
||||
|
||||
def update(module, link):
|
||||
module.fail_json(msg="Topic cannot be edited")
|
||||
delete(module, self_link(module))
|
||||
create(module, self_link(module))
|
||||
|
||||
|
||||
def delete(module, link):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue