Skip to content

Commit

Permalink
Update README & CHANGELOG files
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Dec 19, 2023
1 parent 29ebce4 commit f9a43ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.11.0 (December 19, 2023)

ENHANCEMENTS:

* Allow to use ´version_stages´ on secret versions (thanks @magmax)

## 0.10.1 (October 29, 2023)

FIXES:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ No modules.
| <a name="input_secrets"></a> [secrets](#input\_secrets) | Map of secrets to keep in AWS Secrets Manager | `any` | `{}` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | Specifies a key-value map of user-defined tags that are attached to the secret. | `any` | `{}` | no |
| <a name="input_unmanaged"></a> [unmanaged](#input\_unmanaged) | Terraform must ignore secrets lifecycle. Using this option you can initialize the secrets and rotate them outside Terraform, thus, avoiding other users to change or rotate the secrets by subsequent runs of Terraform | `bool` | `false` | no |
| <a name="input_version_stages"></a> [version\_stages](#input\_version\_stages) | List of version stages to be handled. Kept as null for backwards compatibility. | `list(string)` | `null` | no |

## Outputs

Expand Down

0 comments on commit f9a43ff

Please sign in to comment.