From dbb1244035339eff57ba3375fe6907c0cccdbb5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:30:11 +0000 Subject: [PATCH] terragrunt: Update to version 0.67.11 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 248d54995d..6366923dc9 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.67.10", + "version": "0.67.11", "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.67.10/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "12b36521c79217031fc36c9d13aae7192a2a9702352ba64daf7a308c5c1fb6da" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.11/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "8c08e617cb130f1a5fd90603facb2e1e9a78c68a4cdb216dcb09d1627e45399b" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.10/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "28c3012225d8000362f2bf616c84cff788e9c4527ee8a84e2b9147091fb0a4f3" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.11/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "a5fa70b58ba4e5f3089b6bd82df1dc6b996c4ebc47a66374dee38d4652eb9256" } }, "bin": "terragrunt.exe",