mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Signed-off-by: Satyajit Bulage <sbulage@redhat.com> Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
ed12517036
commit
1508e9ab2e
1 changed files with 1 additions and 1 deletions
|
@ -1488,7 +1488,7 @@ def deletion_protection_update(module, request, response):
|
|||
''.join(
|
||||
[
|
||||
"https://www.googleapis.com/compute/v1/",
|
||||
"projects/{project}/zones/{zone}/instances/{name}/setDeletionProtection?deletionProtection={deletionProtection}",
|
||||
"projects/{project}/zones/{zone}/instances/{name}/setDeletionProtection?deletionProtection={deletion_protection}",
|
||||
]
|
||||
).format(**module.params),
|
||||
{},
|
||||
|
|
Loading…
Add table
Reference in a new issue