From 6b3e24317465e866fcab83b41425d2bfd389a9b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:30:21 +0000 Subject: [PATCH] terragrunt: Update to version 0.68.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index f87d148e5a..13ef0d063e 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.68.2", + "version": "0.68.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.68.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "2dc45ac5ed6b48527603ef1da57ade7321dd12c430be26c0480c15e51bd9e32f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "bf79ad57d6341e22c0b5e631984e84dc7ff74ad57159f63d838f53138f9b8f82" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "a0b4aafd7ff500f6db8fe84f1e32bc93651375ac54f4ed2beaf0071e68244689" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "3f574e294f214b85f490ce6cf06be7de404e3ed7e27e5f2431f3ce69f43f39a7" } }, "bin": "terragrunt.exe",