From dec8d7c45d00fb925729a04041e05674e07f56c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 12:31:46 +0000 Subject: [PATCH] terragrunt: Update to version 0.38.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index fcdb294a5b..5e14833301 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.38.2", + "version": "0.38.3", "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.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "ede484d9e9746b40703ad4c9601b0f0f04af4ffafdfeb043c14709c4d5cebaca" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "dc460880cd4fb2191565227c5a1f6788202df567238082e82c663e4a613ad676" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "354a8b830b0e82669251cf14ca7d6519e7a036b680f2bd6c515f7a0a8a7cf91d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "e52c72864aeec4ba4d5722a22f123dc3501a0b9a720679188d9d4ee47d9138b7" } }, "bin": "terragrunt.exe",