From e3d985886a6d160804922b2553789c5631e95102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 19 Jun 2021 01:40:34 -0700 Subject: [PATCH] terragrunt: Update to version 0.30.7 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 0e5d8a948a..b90b7bf791 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.30.6", + "version": "0.30.7", "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.6/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "6276c4024a3e9acccd7497c9c8e86f49aed3f666bdd101545420748dc2bdbb5c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.30.7/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "c9d5cff90fb8a48c49a075bda1e50ac66247085afb1028f5688e0b971ca69804" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.30.6/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "fd2bd5d689c571b118d1853b0656860bd8fa865648d21006dbdb75b98c6feddc" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.30.7/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "ada251c0d92ea94a7b6cbd83470613c0b4a722b424405641611173cf402e3087" } }, "bin": "terragrunt.exe",