Skip to content

Commit

Permalink
Merge pull request #46 from lgallard/release/0.11.0
Browse files Browse the repository at this point in the history
Update README & CHANGELOG files
  • Loading branch information
lgallard authored Dec 19, 2023
2 parents 29ebce4 + f9a43ff commit 7bd34c2
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 7bd34c2

Please sign in to comment.