terragrunt: Update to version 0.31.1

This commit is contained in:
Jakub Čábera 2021-07-20 20:36:13 -07:00
parent 5c969f3159
commit 16cf4ac62d

View File

@ -1,16 +1,16 @@
{
"version": "0.31.0",
"version": "0.31.1",
"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",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.0/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "a0734d676b6b4c451158df44785705e783ab22b9b4821f71c4b0490712dcf1cd"
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "745c198e5fead3a90d9d66418ec1b2b3717048f551fd781ed8277af1ff66f1ac"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.0/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "f23cde60978d8a29d9c441dc6d7df5ef2f115dd1f0e8c945643d010fab42b164"
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.1/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "46b999b8d421d3b0b33f56312206b241ae4d58b9ae002e0555295bf0bcaa4950"
}
},
"bin": "terragrunt.exe",