mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Add additional import formats, extend identity logic (#311)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
5967303b2d
commit
52bdcb7906
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue