mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-05 00:19:10 -07:00
response_to_hash should use api_name (#181)
<!-- This change is generated by MagicModules. --> /cc @rambleraptor
This commit is contained in:
parent
8c60e90103
commit
6c4fae3b34
5 changed files with 6 additions and 6 deletions
|
@ -340,7 +340,7 @@ def is_different(module, response):
|
|||
def response_to_hash(module, response):
|
||||
return {
|
||||
u'description': module.params.get('description'),
|
||||
u'gatewayIPv4': response.get(u'gateway_ipv4'),
|
||||
u'gatewayIPv4': response.get(u'gatewayIPv4'),
|
||||
u'id': response.get(u'id'),
|
||||
u'IPv4Range': module.params.get('ipv4_range'),
|
||||
u'name': module.params.get('name'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue