mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 10:20:26 -07:00
Fix typo
This commit is contained in:
parent
d46df5eb00
commit
21a84df536
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue