mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[cloud][gce] Add necessary key for secrets.py (#25997)
Add necessary key for secrets.py
This commit is contained in:
parent
2683c36a01
commit
ff30682740
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ credentials path as follows so that get automatically picked up:
|
|||
.. code-block:: python
|
||||
|
||||
GCE_PARAMS = ('', '')
|
||||
GCE_KEYWORD_PARAMS = {'project': 'project_id'}
|
||||
GCE_KEYWORD_PARAMS = {'project': 'project_id', 'datacenter': ''}
|
||||
|
||||
Configuring Modules with Environment Variables
|
||||
``````````````````````````````````````````````
|
||||
|
|
Loading…
Add table
Reference in a new issue