mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 02:10:27 -07:00
docs: typos in module gcp_secret_manager help
This commit is contained in:
parent
a9c0624bbd
commit
a47500899e
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ DOCUMENTATION = '''
|
|||
- retrieve secret keys in Secret Manager for use in playbooks
|
||||
- see https://cloud.google.com/iam/docs/service-account-creds for details on creating
|
||||
credentials for Google Cloud and the format of such credentials
|
||||
- once a secret value is retreived, it is returned decoded. It is up to the developer
|
||||
- once a secret value is retrieved, it is returned decoded. It is up to the developer
|
||||
to maintain secrecy of this value once returned.
|
||||
|
||||
options:
|
||||
|
@ -82,7 +82,7 @@ DOCUMENTATION = '''
|
|||
default: 'strict'
|
||||
scopes:
|
||||
description:
|
||||
- Authenticaiton scopes for Google Secret Manager
|
||||
- Authentication scopes for Google Secret Manager
|
||||
type: list
|
||||
default: ["https://www.googleapis.com/auth/cloud-platform"]
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue