terragrunt: Update to version 0.25.4

This commit is contained in:
Jakub Čábera 2020-10-15 16:24:13 +02:00
parent 8019decd04
commit 47e4f9cf04

View File

@ -1,16 +1,16 @@
{ {
"version": "0.25.3", "version": "0.25.4",
"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.25.3/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "d32663726b6170d18235fdb869b1a07d89eb83c1ce48fbcd3386dfce2c3a8cc7" "hash": "1c66431b6ecc6ddcbb3fb2b6b76ff83afb8b6a783a2fe84ddace55f2df7eb53b"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.3/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "25a1318194788a693aa120efdbc0cd42b229a15b0306f2d479f28ce7df79fd62" "hash": "768167340b4c90b07a0325d82760a12eeb99adb412b526431fadb8d4150dbf96"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",