mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 12:20:27 -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):
|
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):
|
def unwrap_resource(result, module):
|
||||||
|
|
Loading…
Add table
Reference in a new issue