terragrunt: Update to version 0.26.6

This commit is contained in:
Jakub Čábera 2020-11-25 18:08:04 +01:00
parent d95f3f8f93
commit 39e38d6878

View File

@ -1,16 +1,16 @@
{ {
"version": "0.26.5", "version": "0.26.6",
"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.26.5/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.6/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "203ab8386a1246e6bc6be43d632bfd56260169b962c4f537c9b8015090a5549b" "hash": "8baf41618471e9b93cf6cfbc6cba285f5e33d41cca3fcd80fac89d408dbf6273"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.5/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.6/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "103a6f9f61ec0d9b1f6b9f4e5d0a2062efdd0db83cce7d13267f71d58771db51" "hash": "6a78e2bdd6f3cdc40f73b02fa8e96e834e370ed742796e24296078fefe4c60e6"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",