Terragrunt - v0.42.0


Updated CLI args, config attributes and blocks

  • remote_state [BACKWARD INCOMPATIBLE]

Description

Updated creation of S3 access logging bucket to configure TLS and SSE.
Since only supported encryption algorithm is AES256 (SSE-S3) Terragrunt will stop with an error if will be attempted to create access logging bucket with a different algorithm.

Migration guide

Define bucket_sse_algorithm = AES256 for S3 remote state backends:

remote_state {
  backend  = "s3"
  ...
  config = {
    ...
    accesslogging_bucket_name      = "access-log-bucket-123"
    bucket_sse_algorithm           = "AES256"
  }
}


Related Links

  • https://github.com/gruntwork-io/terragrunt/pull/2367

Details

date
Nov. 29, 2022, 2 p.m.
name
v0.42.0
type
Minor
👇
Register or login to:
  • 🔍View and search all Terragrunt releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or