From b58bb34ff25c39120a29f1329b7e92a6289b11e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:31:23 +0000 Subject: [PATCH] terragrunt: Update to version 0.69.7 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index d8a2c40ad8..ee5b80030b 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.69.6", + "version": "0.69.7", "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.69.6/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "12a909e450773fa4b1c46c3e2a9da4618ecbbf934417d8ce56a5b2dd149489f3" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.7/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "de5054e7eb5219bcf049dc52c9423dd4badaac92457bed8b0e23d6d090d8e09f" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.6/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "93848d0c796cad9497b652059108494c1e169a2f3532901649aed7ef3d301efc" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.7/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "da48cc775c33f79383fab698dcb875157719f614efbee2b49e154673c3dc815d" } }, "bin": "terragrunt.exe",