From 16cf4ac62d986283be4d240c86c1b8a19dacaf78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 20 Jul 2021 20:36:13 -0700 Subject: [PATCH] terragrunt: Update to version 0.31.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 588c753dd7..02f327ab53 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.31.0", + "version": "0.31.1", "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", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "a0734d676b6b4c451158df44785705e783ab22b9b4821f71c4b0490712dcf1cd" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "745c198e5fead3a90d9d66418ec1b2b3717048f551fd781ed8277af1ff66f1ac" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "f23cde60978d8a29d9c441dc6d7df5ef2f115dd1f0e8c945643d010fab42b164" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "46b999b8d421d3b0b33f56312206b241ae4d58b9ae002e0555295bf0bcaa4950" } }, "bin": "terragrunt.exe",