ansible: Change env variable (#4940) (#439)

User should read GCP_SERVICE_ACCOUNT_FILE instead of
gcp_service_account_file

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-07-01 10:23:29 -05:00 committed by GitHub
parent 04fcdf64b7
commit af5ff5f2b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
139 changed files with 139 additions and 139 deletions

View file

@ -83,7 +83,7 @@ options:
- This only alters the User Agent string for any API requests.
type: str
notes:
- for authentication, you can set service_account_file using the C(gcp_service_account_file)
- for authentication, you can set service_account_file using the C(GCP_SERVICE_ACCOUNT_FILE)
env variable.
- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS)
env variable.