github gruntwork-io/terragrunt v0.75.2

8 hours ago

What's Changed

Example HCL configuration:

stack "dev" {
  source = "stacks/dev"
  path   = "dev"

  # new values block
  values = {
    project = "dev-project"
    env     = "dev"
  }
}

RFC: #3313

Full Changelog: v0.75.1...v0.75.2

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.