no logging on service account contents (#334)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-08-09 13:53:00 -07:00 committed by Alex Stephen
parent 212b3d4b9a
commit ef0d0c3ff4
2 changed files with 4 additions and 5 deletions

View file

@ -214,7 +214,8 @@ class GcpModule(AnsibleModule):
service_account_contents=dict(
required=False,
fallback=(env_fallback, ['GCP_SERVICE_ACCOUNT_CONTENTS']),
type='str'),
no_log=True,
type='jsonarg'),
scopes=dict(
required=False,
fallback=(env_fallback, ['GCP_SCOPES']),