mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-12 05:40:28 -07:00
Express project name in env variable (#94)
<!-- This change is generated by MagicModules. --> /cc @rambleraptor
This commit is contained in:
parent
dae82b274d
commit
cec7d597fc
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class GcpModule(AnsibleModule):
|
|||
arg_spec,
|
||||
dict(
|
||||
project=dict(
|
||||
required=False,
|
||||
required=True,
|
||||
type='str',
|
||||
fallback=(env_fallback, ['GCP_PROJECT'])),
|
||||
auth_kind=dict(
|
||||
|
|
Loading…
Add table
Reference in a new issue