response_to_hash should use api_name (#181)

<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
This commit is contained in:
The Magician 2019-01-30 14:11:08 -08:00 committed by Alex Stephen
parent 8c60e90103
commit 6c4fae3b34
5 changed files with 6 additions and 6 deletions

View file

@ -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'),