This commit is contained in:
Pavlo Bashynskiy 2022-01-15 22:23:57 +02:00
parent d46df5eb00
commit 21a84df536
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ options:
access_token: access_token:
description: description:
- The Google Cloud access token. If specified, C(service_account_file) will be ignored. - The Google Cloud access token. If specified, C(service_account_file) will be ignored.
type: path type: str
env: env:
- name: GCP_ACCESS_TOKEN - name: GCP_ACCESS_TOKEN
service_account_file: service_account_file:

View file

@ -35,7 +35,7 @@ options:
access_token: access_token:
description: description:
- The Google Cloud access token. If specified, C(service_account_file) will be ignored. - The Google Cloud access token. If specified, C(service_account_file) will be ignored.
type: path type: str
env: env:
- name: GCP_ACCESS_TOKEN - name: GCP_ACCESS_TOKEN
service_account_file: service_account_file: