From ccf6c330c88dfb4b5881ef15379c1cc0a4eb4e6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:38:27 +0000 Subject: [PATCH] terragrunt: Update to version 0.69.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index bc62ec4fca..6ab17e4d8b 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.69.2", + "version": "0.69.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.69.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "4ce1f19aeeb5367aaa5c420c6859e4acad933279e2aaa29be14c2bf7030cb7d6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "8fda8b91598bfcc84664b6fac02890a9ca194350d788c4f13a30e0e470f953fb" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "ef13a9bc9490e93e10e4213363d45e30a709dbbe7fc3c8c5e62beb9529e76239" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "891c0ad964ea546fe1b37794dd87277f8b3497a1475b572f29016bae9be4e0dc" } }, "bin": "terragrunt.exe",