From a5941fe7f842e99d7b4e3120dd16cd6bbc3567a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 13 Aug 2021 22:02:16 -0700 Subject: [PATCH] terragrunt: Update to version 0.31.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 856f23a2dc..dab4dd5a6e 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.31.3", + "version": "0.31.4", "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.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "871934e416161d1d1e80203ae6f4aa80016de066b84fe8d99aad2920cd7e2cfc" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "106f682bd049f3d286856820d5d7ead2026318f6105d83a258f2305136b0bd36" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "7e19e7a0ddf7d04e76c6b6369237aff3c9f342f35faea7c72f84d52d29aaf547" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "b8bc23c7c2f5110ff764a006a3c778e9485d2ccafac4332711054340d0734437" } }, "bin": "terragrunt.exe",