docs: typos in module gcp_secret_manager help

This commit is contained in:
Ivan Fernandez Calvo 2024-05-23 12:25:39 +02:00
parent a9c0624bbd
commit a47500899e
No known key found for this signature in database
GPG key ID: B816B14904A684E8

View file

@ -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"]
'''