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

Published by denis256 over 1 year ago

Description

Added support for timecmp function in HCL files

Related links

terragrunt - v0.45.12

Published by denis256 over 1 year ago

Updated CLI args, config attributes and blocks

  • terraform

Description

Fixed provider lock file handling when retrieving outputs from dependencies via remote state.

Special thanks

  • Special thanks to @geekofalltrades for their contribution!

Related links

terragrunt - v0.45.11

Published by denis256 over 1 year ago

Description

Fixed sending second interrupt signal to Terraform

Related links

terragrunt - v0.45.10

Published by denis256 over 1 year ago

Description

Fixed double-rendering of terraform init output

Related links

terragrunt - v0.45.9

Published by denis256 over 1 year ago

Description

Fixed the output parsing when AWS CSM is enabled.

Special thanks

  • Special thanks to @levkoburburas for their contribution!

Related links

terragrunt - v0.45.8

Published by denis256 over 1 year ago

Updated CLI args, config attributes and blocks

  • --terragrunt-iam-role

Description

Handling of --terragrunt-iam-role flag has been updated to avoid evaluating iam_role attribute from HCL files once the --terragrunt-iam-role flag is specified

Related links

terragrunt - v0.45.7

Published by denis256 over 1 year ago

Updated CLI args, config attributes and blocks

  • sops_decrypt_file

Description

Updated sops version to v3.7.3.

Related links

terragrunt - v0.45.6

Published by denis256 over 1 year ago

Updated CLI args, config attributes and blocks

  • --terragrunt-include-module-prefix

Description

Updated handling of --terragrunt-include-module-prefix to not include module prefix in case of -json argument

Related links

terragrunt - v0.45.5

Published by denis256 over 1 year ago

Description

Updated Terragrunt to print explanations on Terraform error messages.

Related links

terragrunt - v0.45.4

Published by denis256 over 1 year ago

Description

Updated ownership setting on Terragrunt created S3 bucket.
Improved AWS Auth documentation.

Special thanks

  • Special thanks to @Kiran01bm for their contribution!

Related links

terragrunt - v0.45.3

Published by denis256 over 1 year ago

Updated CLI args, config attributes and blocks

  • --terragrunt-include-module-prefix

Description

Updated module prefix printing to show module name for non *-run-all commands

Related links

terragrunt - v0.45.2

Published by denis256 over 1 year ago

Updated CLI args, config attributes and blocks

  • --terragrunt-include-module-prefix

Description

Updated module prefix printing to not affect fetching of module outputs

Related links

terragrunt - v0.45.1

Published by denis256 over 1 year ago

Updated CLI args, config attributes and blocks

  • --terragrunt-include-module-prefix

Description

Added --terragrunt-include-module-prefix flag / TERRAGRUNT_INCLUDE_MODULE_PREFIX environment variable to include module dir prefix in Terraform output

Special thanks

  • Special thanks to @maciasello for their contribution!

Related links

terragrunt - v0.45.0

Published by denis256 over 1 year ago

Description

Terraform 1.4 support: We are now testing Terragrunt against Terraform 1.4 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.44.5

Published by denis256 over 1 year ago

Description

  • Updated terragrunt to copy in the download directory tflint configuration files.

Related links

terragrunt - v0.44.4

Published by denis256 over 1 year ago

Updated CLI args, config attributes and blocks

  • remote_state [gcs]

Description

  • The gcs configuration for remote_state now supports access_token with OAuth 2.0 access token.

Special thanks

Thank you to @marcportabellaclotet-mt for the contribution!

Related links

terragrunt - v0.44.3

Published by denis256 over 1 year ago

Description

Updated golang.org/x/net dependency to 0.7.0

Special thanks

Special thanks to @dependabot for their contribution!

Related links

terragrunt - v0.44.2

Published by denis256 over 1 year ago

Description

Updated go-getter dependency to 1.7.0

Special thanks

Special thanks to @dependabot for their contribution!

Related links

terragrunt - v0.44.1

Published by marinalimeira over 1 year ago

Description

  • tflint update: Parallel TFLint execution errors by @denis256

Related links

terragrunt - v0.44.0

Published by ellisonc over 1 year ago

Description

Adds support for parsing retryable errors out of json output when the -json flag is included in commands passed to terraform. Fixes #2462

Special Thanks

Related Links

  • #2464

Migration Guide

Previously, when JSON output was used retryable errors would not be detected. Now std output will be checked for retryable errors. Regular Expressions will now match stdout as well as stderr when determining retry logic.