This commit is contained in:
Ivan Fernandez Calvo 2025-02-07 05:35:38 +00:00 committed by GitHub
commit e96140ad6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,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:
@ -81,7 +81,7 @@ DOCUMENTATION = '''
default: 'strict'
scopes:
description:
- Authenticaiton scopes for Google Secret Manager
- Authentication scopes for Google Secret Manager
type: list
elements: str
default: ["https://www.googleapis.com/auth/cloud-platform"]