Changed scopes defaults on Facts modules

<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
This commit is contained in:
The Magician 2018-11-02 13:38:39 -07:00 committed by Alex Stephen
parent 8264deeb9c
commit f20f73a030
20 changed files with 55 additions and 20 deletions

View file

@ -109,7 +109,7 @@ def main():
)
)
if 'scopes' not in module.params:
if not module.params['scopes']:
module.params['scopes'] = ['https://www.googleapis.com/auth/sqlservice.admin']
items = fetch_list(module, collection(module))