From 0c8f96f3ecf099c238acef9b63431e502d3947ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:35:05 +0000 Subject: [PATCH] terragrunt: Update to version 0.68.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e960b1fc9b..f87d148e5a 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.68.1", + "version": "0.68.2", "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.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "7179665c38baddcade55f1631c6730f3a5d650ffe3f5e7434e5e9beb22d53aaa" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "2dc45ac5ed6b48527603ef1da57ade7321dd12c430be26c0480c15e51bd9e32f" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "4e83f14914df396ba1b5c962236378661189d5099b7926a7c5373d61f2c29e32" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "a0b4aafd7ff500f6db8fe84f1e32bc93651375ac54f4ed2beaf0071e68244689" } }, "bin": "terragrunt.exe",