terragrunt: Update to version 0.29.7

This commit is contained in:
Jakub Čábera 2021-05-29 02:33:32 -07:00
parent ec5d81f3c7
commit ef72fcb716

View File

@ -1,16 +1,16 @@
{ {
"version": "0.29.6", "version": "0.29.7",
"description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.", "description": "Thin wrapper for Terraform that provides extra tools for keeping Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.",
"homepage": "https://github.com/gruntwork-io/terragrunt", "homepage": "https://github.com/gruntwork-io/terragrunt",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.6/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.7/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "76b21260c11ee524decb8b633814ed1f21d8bc967c44091d9698b82abf9cb98e" "hash": "f4f5d9db206c07794edb2715ad6ace6279f4cdf1e060a4a2fe4840ff626a24f2"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.6/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.7/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "809b750bd5ab6634c48cac0ee3d2d66032002f0923f4443c1a5272e578ca7a53" "hash": "3a0f75f73b5e184c63d0874c4d86ce75a7c963d4c91103d1d736b3c05b8df87b"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",