terragrunt: Update to version 0.25.2

This commit is contained in:
Jakub Čábera 2020-09-30 19:52:29 +02:00
parent 8a87abef76
commit 4ceb96946e

View File

@ -1,16 +1,16 @@
{ {
"version": "0.25.1", "version": "0.25.2",
"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.1/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.2/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "f612864ea6ab929795d9a2fab5d68eea671565d2dde5b367cd20f1fe925f552f" "hash": "bea52ccf8f84e801498bc38e92fa5f9c48a0d1a5373607f2956b599cbb2bc978"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.1/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.2/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "47af485342bd372fbe68c6d50a83d187c11fb12c8ee0c23fc4729d12afbb0d92" "hash": "4bd0d4416f1a195bbcf1fa4206448b273403c446fb95569ffbb8a603eddd2eb2"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",