mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-03 20:54:29 -07:00
update documentation of module and lookup
This commit is contained in:
parent
9101671c0e
commit
695fd4b355
2 changed files with 13 additions and 1 deletions
|
@ -65,7 +65,7 @@ DOCUMENTATION = '''
|
|||
description:
|
||||
- JSON Object representing the contents of a service_account_file obtained from Google Cloud
|
||||
- defaults to OS env variable GCP_SERVICE_ACCOUNT_INFO if not present
|
||||
type: jsonarg
|
||||
type: str
|
||||
required: False
|
||||
access_token:
|
||||
description:
|
||||
|
@ -90,6 +90,7 @@ DOCUMENTATION = '''
|
|||
description:
|
||||
- Authenticaiton scopes for Google Secret Manager
|
||||
type: list
|
||||
elements: str
|
||||
default: ["https://www.googleapis.com/auth/cloud-platform"]
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue