terragrunt: Update to version 0.35.3

This commit is contained in:
Jakub Čábera 2021-10-14 21:09:57 -07:00
parent 4d0ad5f095
commit 0be4ac56a0

View File

@ -1,16 +1,16 @@
{ {
"version": "0.35.2", "version": "0.35.3",
"description": "Thin wrapper for Terraform that provides extra tools for keeping 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.35.2/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.35.3/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "9a72ad06faa7cf3e83b7f3682fdec33339294f50882faa40aa718b79210cf012" "hash": "36bcd17031828f35157acf742e0e27219c02d2c1ba5fb57c231ea26156091192"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.35.2/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.35.3/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "8ab10fb764e0805c47f1be3d27c1cdabf19b5116fc394dcbc1cc0a888cc4ab8e" "hash": "773c5316326dc8c0ff147000d2fc1b9558c1b2ff367d355cb929e9aafbc4f1f4"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",