From f06983f30e6fa05249848038d2e6841f0c016a12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 12:34:11 +0000 Subject: [PATCH] terragrunt: Update to version 0.72.9 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index aae0a3e5be..22ebade5df 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.72.8", + "version": "0.72.9", "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.72.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "f0e86f97296c354de4567f5e6c98867a8ddbe58a38fb1928413c72edc0c21dd2" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.72.9/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "92b327b43efb8f9884577c2385ab94baa1f3344989a03387e70bfb690ad30939" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.72.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "a838a9663024dd43212674cdfb901ea59a84e8b28c22c8a64ab86badac5a5b55" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.72.9/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "95353ca91b46c8b60f3e83f3f52ec7eac0ca25e925a7e3f7a8d27c49cb427be2" } }, "bin": "terragrunt.exe",