Skip to content

v0.33.2

Compare
Choose a tag to compare
@yorinasub17 yorinasub17 released this 30 Sep 13:12
· 383 commits to master since this release
a24638b

Updated CLI args, config attributes and blocks

  • render-json [NEW CMD]
  • dependency

Description

  • Terragrunt now has a new command render-json which can be used to render the json representation of the fully interpreted terragrunt.hcl config. This can be used for debugging purposes, as well as for enforcing policies using OPA.
  • Reverted the change from v0.32.2, as it is intentional for terragrunt to error out on dependency blocks that have no outputs. If it is desired to allow empty outputs on dependency blocks, you should configure mock_outputs and mock_outputs_allowed_terraform_commands or skip_outputs.

Related links