This document captures required refactoring on your part when upgrading to a module version that contains breaking changes.
- Versioning is now enabled by default to comply with Security Hub control S3.14.
- The variable
lifecycle_rule
has been updated from typeany
tolist(object)
, and support has been added for all possiblefilter
options.
The following variables have been modified:
-
lifecycle_rule
:noncurrent_version_transition
has changed frommap
tolist(object)
transition
has changed frommap
tolist(object)
prefix
has been moved tofilter.prefix
to be able to support all filter options
-
versioning
: default value has changed fromfalse
totrue