github gruntwork-io/terragrunt v0.30.4

latest releases: v0.58.2, v0.58.1, v0.58.0...
2 years ago

Updated CLI args, config attributes and blocks

  • include [block]

Description

You can now access values from included config. E.g., if you want to access a local var region defined in the parent terragrunt config, you can reference include.locals.region in the child config.

Note that there are a few limitations/differences with read_terragrunt_config:

  • include references do not include fetched dependencies. This will change in the future.
  • include references are not automatically available. You must set the new expose attribute to true to access the included references.
  • At the moment, you can only have a single include block in the child, and you can only include one level deep (no nested includes). This will change in the future.

(This is the first of several features that implement the Imports RFC)

Related links

#1566
#1716

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.