fixed validate-modules sanity tests

This commit is contained in:
Sarabraj Singh
2021-05-25 10:29:19 -04:00
committed by Seth Foster
parent d2d511f596
commit 535bbfcc39
9 changed files with 41 additions and 26 deletions

View File

@@ -360,10 +360,10 @@ def main():
project=dict(),
ssh_key_data=dict(no_log=True),
ssh_key_unlock=dict(no_log=True),
authorize=dict(type='bool'),
authorize=dict(type='bool', default=False),
authorize_password=dict(no_log=True),
client=dict(),
security_token=dict(),
security_token=dict(no_log=True),
secret=dict(no_log=True),
subscription=dict(),
tenant=dict(),