From 4fc5cacf5b6dca912a53cd7a5d0b9852ecad18c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 12:31:52 +0000 Subject: [PATCH] terragrunt: Update to version 0.38.9 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 5aaa5f8bd6..62323eb0af 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.38.8", + "version": "0.38.9", "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.38.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "0df54857445c8593d3827a9713ee3ffb92cefc10f913156a7d69d7834fdf2574" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.9/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a50bdd80ffc0ab84ead421fe832eacf2c9007f99a0964b235e8154f7e3db8892" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "c36b49795d0dc84dff8204bef7341b96651356cd6ab1bde2a4c554058ca15171" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.9/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "1c75dd3fbd75d96f004d3cc71025807b1076fd5a53e13e65dafb95a5f63129c5" } }, "bin": "terragrunt.exe",