terragrunt: Update to version 0.23.32

This commit is contained in:
Jakub Čábera 2020-07-31 18:22:47 +02:00
parent fcc8759981
commit ae7ba19e63

View File

@ -1,16 +1,16 @@
{ {
"version": "0.23.31", "version": "0.23.32",
"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": "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.",
"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.23.31/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.32/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "158dc39c98160fa00d19ce427cd8270d6dc443d64ee228711eb7918689311316" "hash": "c2fc96828d1bad7d6dea1990e8e9a045649aea8a705dd4b6982a97cd02a91209"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.31/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.32/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "e2b031ab869cf09573fd3c24c8721f3481803836fe30d05a79391c1e4dff11d9" "hash": "77012153d75bb75e8f88748ac5a88c0896380880c5f998210a6f7d90fbd2729f"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",