From 400a1fd4435ffd250cb503740f6645fa8ca078a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 22 Jun 2021 09:25:17 -0700 Subject: [PATCH] terragrunt: Update to version 0.31.0 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index b90b7bf791..588c753dd7 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.30.7", + "version": "0.31.0", "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.30.7/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "c9d5cff90fb8a48c49a075bda1e50ac66247085afb1028f5688e0b971ca69804" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a0734d676b6b4c451158df44785705e783ab22b9b4821f71c4b0490712dcf1cd" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.30.7/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "ada251c0d92ea94a7b6cbd83470613c0b4a722b424405641611173cf402e3087" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "f23cde60978d8a29d9c441dc6d7df5ef2f115dd1f0e8c945643d010fab42b164" } }, "bin": "terragrunt.exe",