terragrunt

Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.

MIT License

Stars
7.6K
Committers
279

Bot releases are hidden (Show)

terragrunt - v0.57.1

Published by levkohimins 6 months ago

Updated CLI args, config attributes and blocks

  • --terragrunt-provider-cache-dir

Description

  • Fixed module request routing with provider caching.
  • Fixed resolving relative provider cache dir path.

Related links

terragrunt - v0.57.0

Published by denis256 6 months ago

Description

Terraform 1.8 support: We are now testing Terragrunt against Terraform 1.8 and is confirmed to be working.

NOTE: Although this release is marked as backward incompatible, it is functionally compatible as nothing has been changed in Terragrunt internals. The minor version release is useful to mark the change in Terraform version that is being tested.

Related links

terragrunt - v0.56.5

Published by levkohimins 6 months ago

Updated CLI args, config attributes and blocks

  • apply -destroy

Description

  • Fixes destroy order for apply -destroy alias command

Related links

terragrunt - v0.56.4

Published by levkohimins 6 months ago

Updated CLI args, config attributes and blocks

  • --terragrunt-provider-cache
  • --terragrunt-provider-cache-dir
  • --terragrunt-provider-cache-disable-partial-lock-file
  • --terragrunt-provider-cache-registry-names
  • --terragrunt-provider-cache-hostname
  • --terragrunt-provider-cache-port
  • --terragrunt-provider-cache-token

Description

  • Caching Terraform providers, docs

Related links

terragrunt - v0.56.3

Published by levkohimins 6 months ago

Description

  • Fixes slow destroy of config deeply nested in config hierarchy

Related links

terragrunt - v0.56.2

Published by denis256 7 months ago

Updated CLI args, config attributes and blocks

  • json-render
  • remote_state

Description

  • Adjusted logging level for S3 bucket encryption warnings
  • Added CLI flag --terragrunt-json-disable-dependent-modules to disable identification of root modules during render-json

Special thanks

Special thanks to @kaden-l-nelson for their contribution!

Related links

terragrunt - v0.56.1

Published by denis256 7 months ago

Updated CLI args, config attributes and blocks

  • terragrunt-info

Description

  • Updated terragrunt-info to return parsed info data in case of error.

Related links

terragrunt - v0.56.0

Published by denis256 7 months ago

Description

  • Updated officially supported versions of OpenTofu and Terraform
  • Updated CICD tests to run integration tests using Terraform 1.5 and latest Terraform (1.7.x)

Related links

terragrunt - v0.55.21

Published by denis256 7 months ago

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Updated remote state creation/update errors to include bucket name.

Related links

terragrunt - v0.55.20

Published by levkohimins 7 months ago

terragrunt - v0.55.19

Published by denis256 7 months ago

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Fix grammar in feature text
  • Fix URL handling in the scaffold command
  • Updated gon version to 0.2.5

Related links

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.55.18...v0.55.19

terragrunt - v0.55.19

Published by denis256 7 months ago

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Fix grammar in feature text
  • Fix URL handling in the scaffold command
  • Updated gon version to 0.2.5

Related links

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.55.18...v0.55.19

terragrunt - v0.55.18

Published by denis256 7 months ago

Description

  • Updated github.com/cloudflare/circl from 1.3.3 to 1.3.7
  • Updated github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3
  • Updated google.golang.org/protobuf from 1.32.0 to 1.33.0
  • Updated nokogiri to 1.16.3
  • Updates mini_portile2 from 2.4.0 to 2.8.5

Related links

terragrunt - v0.55.17

Published by denis256 7 months ago

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Added support for OpenTofu registry for shorthand TFR modules.

Related links

terragrunt - v0.55.16

Published by denis256 7 months ago

Description

  • Improved performance in parsing HCL files.

Related links

terragrunt - v0.55.15

Published by denis256 7 months ago

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Simplified scaffold command implementation to prevent internal errors.

Related links

terragrunt - v0.55.14

Published by denis256 7 months ago

Updated CLI args, config attributes and blocks

  • sops_decrypt_file

Description

  • Upgraded sops dependency to a new location with dependencies.

Special thanks

Special thanks to @rubensf for their contribution!

Related links

terragrunt - v0.55.13

Published by denis256 8 months ago

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Fixed handling of scaffold command exit in MacOS

Related links

terragrunt - v0.55.12

Published by denis256 8 months ago

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Fixed handling of scaffold command in Windows

Related links

terragrunt - v0.55.11

Published by denis256 8 months ago

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Improved handling of exit from the catalog view in MacOS.

Related links