Skip to content

v0.28.0 (Action Needed) Support AWS v4 provider

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 04 Mar 22:20
112c75d

WARNING, DATA LOSS LIKELY if you do not follow upgrade instructions:

馃殌 Enhancements

Support AWS v4 provider @Nuru (#71)

what

  • Migrate to AWS v4 Terraform provider
  • Add features
    • Allow full S3 storage lifecycle configuration
    • Allow multiple bucket policy documents
    • Allow specifying the bucket name directly, rather than requiring it to be generated by null-label
    • Allow specifying S3 object ownership
    • Allow enabling S3 bucket keys for encryption
  • Deprecate variable by variable specification of a single storage lifecycle rule
  • Add extra safety measure force_destroy_enabled

why

  • AWS v4 broke this module
  • Feature parity
  • Replaced with more power and more flexible input
  • Reduce the chance that automated upgrades will cause data loss

references