From 5a1bb2c88a809328408b8fb2149288a433835318 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 00:34:18 +0000 Subject: [PATCH] terragrunt: Update to version 0.40.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 3a35d0c530..0dc45e2b2d 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.40.0", + "version": "0.40.1", "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.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "619f0a65e5a57f812d8a079d391ab42375a33c32fcdfbe431366dc557fc8473c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.40.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "e320f9a2092bec4103726de3c9b17aeda4aa0b5246f5b7a312b3e049015449e5" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.40.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "5bffedc298bbb2034b1b8ae928e25c16a557d29b93f2654d087f0b81d5b36dc6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.40.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "c27e4ef7dbddb19165d21477327f767917ff62fe5b56ea4249ef23a84b212f02" } }, "bin": "terragrunt.exe",