v0.4.0 🌈
·
33 commits
to refs/heads/main
since this release
Changes
- fix: be explicit about S3 access policies @dstrelau (#45)
- This is technically a breaking change, in that it changes the exact resources created by the root module, but
AWS changed the defaults of S3 buckets such that the old version does not work. The new resources match the new AWS defaults and are functionally equivalent to the old ones (ensuring the S3 is completely private). Only users of the root module should see a diff. Individual sub-modules are not effected.
- This is technically a breaking change, in that it changes the exact resources created by the root module, but