Terraform Aws Secure Baseline Versions Save

Terraform module to set up your AWS account with the secure baseline configuration based on CIS Amazon Web Services Foundations and AWS Foundational Security Best Practices.

v2.1.0

1 year ago

2.1.0 (2022-12-03)

Features

  • enable CIS benchmark v1.4.0 standard (#308) (bb724cd)
  • make audit log bucket access logs bucket name customizable (#303) (07dc101)

v2.0.0

1 year ago

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

  • add permissions boundaries for IAM entities support (#288) (219f003)
  • make glacier transition rules optional (#293) (f0cdf3e)

v1.1.0

2 years ago

1.1.0 (2022-04-16)

Features

Bug Fixes

v1.0.1

2 years ago

1.0.1 (2022-03-06)

Bug Fixes

v1.0.0

2 years ago

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.

1.0.0

2 years ago

Feat

  • add new S3 bucket configuration resources (#261)
  • allow use of organization trail to be toggled via variable (#259)

Fix

  • 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)

Refactor

  • remove destination_options (#267)
  • explicitly define a format for FlowLogs (#264)
  • replace deprecated arguments (#263)

BREAKING CHANGE

resources regarding S3 bucket configurations need manual import after upgrade. See docs/upgrade-1.0.md for guidance.