v4.7.3
cloudposse-releaser
released this
14 Nov 10:56
·
3 commits
to refs/heads/main
since this release
🚀 Enhancements
fix: use new destination.bucket key in policy @nitrocode (#256)
## what- use new destination.bucket key in policy
why
- Support both deprecated
destination_bucket
and newdestination.bucket
- Previous changes created
destination.bucket
and leftdestination_bucket
for backwards compatibility, as stated in variables.tf, and forgot to include the new value in the IAM policy
references
- Closes #215
🐛 Bug Fixes
fix: use new destination.bucket key in policy @nitrocode (#256)
## what- use new destination.bucket key in policy
why
- Support both deprecated
destination_bucket
and newdestination.bucket
- Previous changes created
destination.bucket
and leftdestination_bucket
for backwards compatibility, as stated in variables.tf, and forgot to include the new value in the IAM policy
references
- Closes #215