mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-24 20:01:24 -07:00
New GCP Module: gcp_pubsub_topic_facts (#46923)
This commit is contained in:
parent
cc65b8477b
commit
f3a0d1cde5
2 changed files with 134 additions and 1 deletions
|
@ -148,7 +148,10 @@ class GcpModule(AnsibleModule):
|
|||
kwargs['argument_spec'] = self._merge_dictionaries(
|
||||
arg_spec,
|
||||
dict(
|
||||
project=dict(required=True, type='str'),
|
||||
project=dict(
|
||||
required=True,
|
||||
type='str',
|
||||
fallback=(env_fallback, ['GCP_PROJECT'])),
|
||||
auth_kind=dict(
|
||||
required=False,
|
||||
fallback=(env_fallback, ['GCP_AUTH_KIND']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue