mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-21 10:21:22 -07:00
no logging on service account contents (#334)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
212b3d4b9a
commit
ef0d0c3ff4
2 changed files with 4 additions and 5 deletions
|
@ -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']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue