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 visible (Hide)

terragrunt - v0.65.0

Published by yhakbar 3 months ago

Updated CLI args, config attributes and blocks

  • sops_decrypt_file

Description

  • Adjusted path resolution in sops_decrypt_file to resolve files relative to the terragrunt.hcl file.

What's Changed

New Contributors

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.64.5...v0.65.0

terragrunt - v0.64.5

Published by levkohimins 3 months ago

Updated CLI args, config attributes and blocks

  • hclvalidate

Description

  • Sorting output and fixing minor bugs in hclvalidate command.

Breaking Changes

  • --terragrunt-hclvalidate-invalid flag have been renamed to --terragrunt-hclvalidate-show-config-path
  • TERRAGRUNT_HCLVALIDATE_INVALID env var have been renamed to TERRAGRUNT_HCLVALIDATE_SHOW_CONFIG_PATH

Related links

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.64.4...v0.64.5

terragrunt - v0.64.4

Published by levkohimins 3 months ago

Updated CLI args, config attributes and blocks

  • hclvalidate

Description

  • Fixing "dependency cycle between modules" when using hclvalidate command with undefined config_path attribute.

Related links

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.64.3...v0.64.4

terragrunt - v0.64.3

Published by denis256 3 months ago

Updated CLI args, config attributes and blocks

  • engine

Description

  • Added support for verifying engine files before loading to ensure integrity and security.

Related links

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.64.2...v0.64.3

terragrunt - v0.64.2 Latest Release

Published by levkohimins 3 months ago

Description

  • Adding supply credentials for a third-party registry when using Terragrunt Provider Cache

They can be supplied in two ways:

  1. Environment Variables
  2. CLI config section credentials

Related links

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.64.1...v0.64.2

terragrunt - v0.64.1

Published by levkohimins 3 months ago

Description

  • Adding registry url discovery for Terragrunt Provider Cache

Related links

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.64.0...v0.64.1

terragrunt - v0.64.0

Published by denis256 3 months ago

Updated CLI args, config attributes and blocks

  • sops_decrypt_file

Description

  • Upgraded Sops to v3.9.0, including necessary transient dependencies.

Related links

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.63.8...v0.64.0

terragrunt - v0.63.8

Published by yhakbar 3 months ago

What's Changed

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.63.7...v0.63.8

terragrunt - v0.63.7

Published by denis256 3 months ago

Description

  • OpenTelemetry upgraded to version v1.28.0.
  • Corrected a typo in the telemetry environment variable names
  • Introduced a warning message that alerts users when they attempt to use deprecated OpenTelemetry environment variables

Related links

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.63.6...v0.63.7

terragrunt - v0.63.6

Published by levkohimins 3 months ago

Description

  • Fix generation of cliconfig provider_installation block used for provider caching

Related links

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.63.5...v0.63.6

terragrunt - v0.63.5

Published by denis256 3 months ago

Updated CLI args, config attributes and blocks

  • engine

Description

  • Added support for downloading engines from remote locations.

Related links

terragrunt - v0.63.4

Published by yhakbar 3 months ago

What's Changed

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.63.3...v0.63.4

terragrunt - v0.63.3

Published by levkohimins 3 months ago

Description

  • Updated links to provider caching
  • Fix generation of cliconfig provider_installation block used for provider caching

Related links

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.63.2...v0.63.3

terragrunt - v0.63.2

Published by levkohimins 3 months ago

Updated CLI args, config attributes and blocks

  • --auth-provider-cmd

Description

  • Fixing getting dynamic credentials before parsing local block.

Related links

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.63.1...v0.63.2

terragrunt - v0.63.1

Published by yhakbar 3 months ago

What's Changed

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.63.0...v0.63.1

terragrunt - v0.63.0

Published by yhakbar 3 months ago

What's Changed

🛠️ Breaking Change

Note that this release introduces a breaking change to the flag used for web identity tokens by correcting a typo in the name of the environment variable. If you are currently using the environment variable TERRRAGRUNT_IAM_ASSUME_ROLE_WEB_IDENTITY_TOKEN, make sure to add the corrected spelling of TERRAGRUNT_IAM_ASSUME_ROLE_WEB_IDENTITY_TOKEN before upgrading to this version of Terragrunt.

Change

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.62.3...v0.63.0

terragrunt - v0.62.3

Published by denis256 3 months ago

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Updated scaffold command to support multi-line variables description.

Related links

terragrunt - v0.62.2

Published by levkohimins 3 months ago

Description

  • Hiding diagnostic error when first parsing remote_state block

Related links

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.62.1...v0.62.2

terragrunt - v0.62.1

Published by denis256 3 months ago

Description

  • Updated dependencies:
    • google.golang.org/grpc v1.65.0
    • golang.org/x/sys v0.22.0
    • golang.org/x/crypto v0.25.0
    • github.com/gruntwork-io/terragrunt-engine-go v0.0.2

Related links

terragrunt - v0.62.0

Published by denis256 3 months ago

Updated CLI args, config attributes and blocks

  • engine

Description

  • Added support for experimental engine block

Related links