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.55.10

Published by denis256 8 months ago

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Updated catalog command to not freeze terminal UI in MacOS.

Related links

terragrunt - v0.55.9

Published by denis256 8 months ago

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Fixed data race in dependency computation

Special thanks

Special thanks to @vladlosev for their contribution!

Related links

terragrunt - v0.55.8

Published by yhakbar 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.55.7...v0.55.8

terragrunt - v0.55.7

Published by denis256 8 months ago

Description

  • Update go version to 1.21.7 to fix CVEs

Related links

terragrunt - v0.55.6

Published by levkohimins 8 months ago

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Fix nested dependency parsing

Related links

terragrunt - v0.55.5

Published by denis256 8 months ago

Description

  • Added support for OpenTelemetry metrics and traces

Related links

terragrunt - v0.55.4

Published by denis256 8 months ago

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Added support for referencing dependency inputs

Related links

terragrunt - v0.55.3

Published by denis256 8 months ago

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Improved remote_state.assume_role changes identification to avoid repeated initialization on each run.

Related links

terragrunt - v0.55.2

Published by denis256 8 months ago

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Improved dependency management by ensuring 'skip' flag properly excludes evaluation of skipped dependencies.

Related links

terragrunt - v0.55.1

Published by denis256 9 months ago

Description

  • Updated github.com/opencontainers/runc dependency to 1.1.12

Related links

terragrunt - v0.55.0

Published by denis256 9 months ago

Updated CLI args, config attributes and blocks

  • graph
  • render-json
  • run-all destroy

Description

  • New CLI option graph for running terraform commands on the dependency graph.
  • Updated render-json and run-all destroy to include list of transient dependencies.

Related links

terragrunt - v0.54.22

Published by denis256 9 months ago

Description

  • Upgraded AWS Go SDK to v1.50.0.

Related links

terragrunt - v0.54.21

Published by denis256 9 months ago

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Improved error message when Terraform and Tofu executables are missing.

Related links

terragrunt - v0.54.20

Published by denis256 9 months ago

Updated CLI args, config attributes and blocks

  • --terragrunt-json-log
  • --terragrunt-tf-logs-to-json

Description

  • Added CLI flags to output logs in JSON format.

Related links

terragrunt - v0.54.19

Published by denis256 9 months ago

Updated CLI args, config attributes and blocks

  • read_tfvars_file

Description

  • Fixed handling of empty tfvars files.

Related links

terragrunt - v0.54.18

Published by levkohimins 9 months ago

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Fix cloning repos for the catalog command.

Related links

terragrunt - v0.54.17

Published by denis256 9 months ago

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Updated find_in_parent_folders() to ignore .terragrunt-cache in Windows environments, in the same way as in Linux and Mac.

Related links

terragrunt - v0.54.16

Published by levkohimins 9 months ago

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Fix reading catalog configuration.

Related links

terragrunt - v0.54.15

Published by denis256 9 months ago

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Updated manifest clean function to not generate errors on removing old manifest.

Related links

terragrunt - v0.54.14

Published by denis256 9 months ago

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Improved S3 bucket handling to seamlessly manage scenarios where bucket policies are absent.

Related links