optionally get service account file path from env var (#54407)
This commit is contained in:
parent
a4d0bc2c43
commit
aa3f010e62
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ DOCUMENTATION = '''
|
|||
- The path of a Service Account JSON file if serviceaccount is selected as type.
|
||||
required: True
|
||||
type: path
|
||||
env:
|
||||
- name: GCE_CREDENTIALS_FILE_PATH
|
||||
version_added: "2.8"
|
||||
service_account_email:
|
||||
description:
|
||||
- An optional service account email address if machineaccount is selected
|
||||
|
|
Loading…
Reference in a new issue