optionally get service account file path from env var (#54407)

pull/54923/head
Alan Rominger 5 years ago committed by Brian Coca
parent a4d0bc2c43
commit aa3f010e62

@ -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…
Cancel
Save