mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-26 22:51:30 -07:00
stop databases from being deleted (#312)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
52bdcb7906
commit
a6d44765e7
4 changed files with 4 additions and 8 deletions
|
@ -186,8 +186,7 @@ def create(module, link):
|
|||
|
||||
|
||||
def update(module, link):
|
||||
delete(module, self_link(module))
|
||||
create(module, collection(module))
|
||||
module.fail_json(msg="Spanner objects can't be updated to ensure data safety")
|
||||
|
||||
|
||||
def delete(module, link):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue