mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
<!-- This change is generated by MagicModules. --> /cc @drebes
This commit is contained in:
parent
912e155d1a
commit
750cfa5089
1 changed files with 1 additions and 1 deletions
|
@ -989,7 +989,7 @@ def machine_type_update(module, request, response):
|
|||
auth.post(
|
||||
''.join([
|
||||
"https://www.googleapis.com/compute/v1/",
|
||||
"projdcts/{project}/zones/{zone}/instances/{name}/setMachineType"
|
||||
"projects/{project}/zones/{zone}/instances/{name}/setMachineType"
|
||||
]).format(**module.params),
|
||||
{
|
||||
u'machineType': machine_type_selflink(module.params.get('machine_type'), module.params)
|
||||
|
|
Loading…
Add table
Reference in a new issue