mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
New GCP Module: gcp_pubsub_topic_facts (#46923)
This commit is contained in:
@@ -152,7 +152,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']),
|
||||
|
||||
Reference in New Issue
Block a user