Add many no_log attributes

This commit is contained in:
Chris Hawk 2024-11-05 14:06:56 -08:00
parent 78b36fe3b6
commit 1a7d4e3cda
101 changed files with 147 additions and 111 deletions

View file

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