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

@ -193,7 +193,7 @@ import json
def main():
module = GcpModule(argument_spec=dict(filters=dict(type='list', elements='str')))
module = GcpModule(argument_spec=dict(filters=dict(type='list', elements='str')), supports_check_mode=True)
if not module.params['scopes']:
module.params['scopes'] = ['https://www.googleapis.com/auth/compute']