From 273d937400d217db125baee49b0fb4585b5259b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 11 Jun 2021 09:01:23 -0700 Subject: [PATCH] terragrunt: Update to version 0.30.0 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e017df4f3b..67da843da9 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.29.10", + "version": "0.30.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.29.10/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "5278606f0651b33571ee18e3b74231849c76324cf516ab35447cf581a39b1f4b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.30.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a1d3e4fee2528cc4a7ff5fa650c260faa1966dfed86ad1438ed8c1dfbeffa6ce" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.10/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "1edef99429d67262a0f0023b514731188843045e2f63bbbb62a0f87453b0f6b3" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.30.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "0e439653199f3df45e0a8dc855415b10b13311bc63638100622967fa109d83c4" } }, "bin": "terragrunt.exe",