mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
a59dfcb196
commit
85401c2cb3
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ def is_different(module, response):
|
|||
def response_to_hash(module, response):
|
||||
return {
|
||||
u'name': module.params.get('name'),
|
||||
u'config': response.get(u'config'),
|
||||
u'config': module.params.get('config'),
|
||||
u'displayName': response.get(u'displayName'),
|
||||
u'nodeCount': response.get(u'nodeCount'),
|
||||
u'labels': response.get(u'labels'),
|
||||
|
|
Loading…
Add table
Reference in a new issue