From 46884903ef76455d4ee6cf69ac803291c7590e31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 20:27:45 +0000 Subject: [PATCH] terragrunt: Update to version 0.41.0 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index cb358aad97..d7eb79bd33 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.40.2", + "version": "0.41.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.40.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "bd2b57150f12745c00998645283efeb760541967fcb35c0c08446f4403e12e61" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.41.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "0fbb234da57b62512b4a52c12365160a6ab6d67ef710c8f3def114e204c803f0" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.40.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "42ebe08ccb2c58855b864f71f193c7d5e4993a384ddc06288fca202a74fd44af" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.41.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "1b56fa2f6ebee230b1991a4111f3ff2d46f405a5f142d676a77790171db16e06" } }, "bin": "terragrunt.exe",