mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 15:11:33 -07:00
Inspec kms generated
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
d182297638
commit
4a45537368
4 changed files with 17 additions and 6 deletions
|
@ -129,7 +129,7 @@ name:
|
|||
- The resource name for the KeyRing.
|
||||
returned: success
|
||||
type: str
|
||||
creationTime:
|
||||
createTime:
|
||||
description:
|
||||
- The time that this resource was created on the server.
|
||||
- This is in RFC3339 text format.
|
||||
|
@ -282,7 +282,7 @@ def is_different(module, response):
|
|||
# Remove unnecessary properties from the response.
|
||||
# This is for doing comparisons with Ansible's current parameters.
|
||||
def response_to_hash(module, response):
|
||||
return {u'name': response.get(u'name'), u'creationTime': response.get(u'creationTime')}
|
||||
return {u'name': response.get(u'name'), u'createTime': response.get(u'createTime')}
|
||||
|
||||
|
||||
def decode_response(response, module):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue