github gruntwork-io/terragrunt v0.50.0

latest releases: v0.67.10, v0.67.9, v0.67.8...
13 months ago

Updated CLI args, config attributes and blocks

  • terraform [BACKWARD INCOMPATIBLE]

Description

  • Updated the process of passing inputs to Terraform to support inputs with null values.

Related links

Migration guide

To keep passing null values as strings, wrap values in quotes:

inputs = {
  input_1 = "null"
}

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.