Releases: codeforamerica/tofu-modules-aws-secrets
Releases · codeforamerica/tofu-modules-aws-secrets
2.0.0
2.0.0 (2025-08-19)
Caution
This release fixes a bug that would case a double slash (//
) in the secret
name when the [service
][inputs] input was not provided. If you are using the
service
input, you can ignore this warning.
If you are not using the service
input, this version will result in your
secret names changing, which will force a replacement of the resource and
resetting its value. If you wish to avoid this, you can explicitly set the
[name
][secrets] for your secrets to match the previous format of
<project>/<environment>//<name>
.
Fix
- Exclude service from the secret path if it isn't set. (#4)