mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-23 19:31:23 -07:00
Add many no_log attributes
This commit is contained in:
parent
78b36fe3b6
commit
1a7d4e3cda
101 changed files with 147 additions and 111 deletions
|
@ -234,7 +234,7 @@ def main():
|
|||
expiration_time=dict(type='str'),
|
||||
instance=dict(required=True, type='dict'),
|
||||
sha1_fingerprint=dict(type='str'),
|
||||
private_key=dict(type='str'),
|
||||
private_key=dict(type='str', no_log=False),
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue