terragrunt: Update to version 0.31.11

This commit is contained in:
Jakub Čábera 2021-09-13 08:26:24 -07:00
parent a8bf4b65a0
commit 5d8586b7e6

View File

@ -1,16 +1,16 @@
{ {
"version": "0.31.10", "version": "0.31.11",
"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.31.10/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.11/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "cd1c15736ed0b3d3ce34012a0253fdd56ef8889f862fc979c9b4716448fd365e" "hash": "1c7882a6eabe4f4aecf930c03749968ed4e327a5f3d43dfe2b2d9ca95366d630"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.10/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.11/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "7fc106848aa340ba210144724c3369979d265e325baad65d40c34e339a57763c" "hash": "b72b7635255328e7a6d8e069422dd75e52f991eaed762e58f592c5130c0b65f5"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",