From f42e89700f1bff626b2fe1426dab666fba200adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 26 Nov 2020 07:57:42 +0100 Subject: [PATCH] terragrunt: Update to version 0.26.7 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 58b89e9b43..8e5042617e 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.26.6", + "version": "0.26.7", "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", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.6/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "8baf41618471e9b93cf6cfbc6cba285f5e33d41cca3fcd80fac89d408dbf6273" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.7/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "34d3435bc9951d599689aad45f82fb507176e188fa1259e23360732373ef27f5" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.6/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "6a78e2bdd6f3cdc40f73b02fa8e96e834e370ed742796e24296078fefe4c60e6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.7/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "98f4a39ce3ba1ab1430d77780d76fb546d289c717fd4acc6a4dd83b3488a49e8" } }, "bin": "terragrunt.exe",