Skip to content

v4.7.3

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 14 Nov 10:56
· 3 commits to refs/heads/main since this release
dce02f2

🚀 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 new destination.bucket
  • Previous changes created destination.bucket and left destination_bucket for backwards compatibility, as stated in variables.tf, and forgot to include the new value in the IAM policy

references

🐛 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 new destination.bucket
  • Previous changes created destination.bucket and left destination_bucket for backwards compatibility, as stated in variables.tf, and forgot to include the new value in the IAM policy

references