mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-18 17:01:22 -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
|
@ -158,7 +158,7 @@ import json
|
|||
|
||||
|
||||
def main():
|
||||
module = GcpModule(argument_spec=dict(instance=dict(required=True, type='str')))
|
||||
module = GcpModule(argument_spec=dict(instance=dict(required=True, type='str')), supports_check_mode=True)
|
||||
|
||||
if not module.params['scopes']:
|
||||
module.params['scopes'] = ['https://www.googleapis.com/auth/sqlservice.admin']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue