secrets_create_secret_version
Add a new version to an existing secret by specifying the secret ID and base64-encoded data. Optionally include a region and description.
Instructions
Add a new version (value) to an existing secret.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The base64-encoded secret payload of the new version. | |
| region | No | Region to target. Defaults to the configured region. | |
| secret_id | Yes | The secret ID. | |
| description | No | Optional description of the version. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||