UNCLASSIFIED - NO CUI

Skip to content

Update dependency gruntwork-io/terragrunt to v0.42.2

renovate requested to merge renovate/gruntwork-io-terragrunt-0.x into development

This MR contains the following updates:

Package Type Update Change
gruntwork-io/terragrunt ironbank-github minor v0.41.0 -> v0.42.2
gruntwork-io/terragrunt minor v0.41.0 -> v0.42.2

Release Notes

gruntwork-io/terragrunt

v0.42.2

Compare Source

Updated CLI args, config attributes and blocks
  • remote_state
Description

Improved setting of encryption to access logs bucket to be decoupled from encryption of state bucket - will be set AES256 if encryption is enabled.

Related links

v0.42.1

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

Added to remote_state configuration block attribute accesslogging_bucket_tags containing a map of tags which will be set on access logging bucket,

Special thanks

Special thanks to @​edgarsandi for their contribution!

Related links

v0.42.0

Compare Source

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading