Releases: nozaq/terraform-aws-secure-baseline
Releases · nozaq/terraform-aws-secure-baseline
v2.1.0
v2.0.0
2.0.0 (2022-06-05)
⚠ BREAKING CHANGES
- this change disables glacier transition rules by default since transitioning small objects is officially not recommended. it can be enabled by setting
var.audit_log_lifecycle_glacier_transition_days
to a positive number.
Features
v1.1.0
v1.0.1
v1.0.0
Feat
- add new S3 bucket configuration resources (#261)
- allow use of organization trail to be toggled via variable (#259)
Bug Fixes
- require AWS provider v4.2.0 (#270)
- require AWS provider v4.1.0 (#268)
- the condition to use the organization trail (#265)
- use count instead of
var.enabled
(#262)
BREAKING CHANGE
resources regarding S3 bucket configurations need manual import
after upgrade. See docs/upgrade-1.0.md
for guidance.