github gruntwork-io/terragrunt v0.31.6

latest releases: v0.57.2, v0.57.1, v0.57.0...
2 years ago

Updated CLI args, config attributes and blocks

  • run_cmd [helper function]

Description

  • Terragrunt's parser ends up parsing terragrunt.hcl files multiple times, which is normally harmless, but in the case of the run_cmd helper function, which can execute arbitrary code with side effects, this could cause problems. Therefore, we now cache run_cmd calls based on the arguments passed to them so that they are only executed once.

Related links

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.