Add additional import formats, extend identity logic (#311)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-07-23 09:12:35 -07:00 committed by Alex Stephen
parent 5967303b2d
commit 52bdcb7906

View file

@ -215,7 +215,7 @@ def resource_to_request(module):
def unwrap_resource_filter(module):
return {'host': module.params['host'], 'name': module.params['name']}
return {'name': module.params['name'], 'host': module.params['host']}
def unwrap_resource(result, module):