Correctly mark config in spanner instance as ForceNew (#4207) (#325)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-11-09 13:06:40 -08:00 committed by GitHub
parent a59dfcb196
commit 85401c2cb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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