github gruntwork-io/terragrunt v0.27.0

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

Updated CLI args, config attributes and blocks

  • Lock file handling [NEW FUNCTIONALITY]

Description

  • This release updates Terragrunt to work with Terraform 0.14!
    • Terragrunt now supports handling Terraform lock files. Check out the lock file handling documentation for details.
    • Fix a bug with Terragrunt always re-running init.

Migration guide

  1. Follow the Terraform 0.14 upgrade guide to update your Terraform code.
  2. The only other thing you will need to do is start checking in the Terraform lock files (.terraform.lock.hcl), which is new functionality added in Terraform 0.14. Terragrunt will automatically copy the lock file next to your terragrunt.hcl file, so you should be able to commit it to version control just as with any other Terraform project. Check out the lock file handling documentation for details.

Related links

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.