From 818e5e4d1a0c0985328f6baedfd98bea632ad42f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:30:20 +0000 Subject: [PATCH] terragrunt: Update to version 0.72.6 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 2cc3a3f77c..dabba28db6 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.72.5", + "version": "0.72.6", "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.5/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "e8db283ebff42f2baef8ecf30d27d36efed61657eaeff34eeae05cd2b8e57daf" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.72.6/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "0ccc7d597883af89781f8b6e39edebb7e14f1eeee14b0918b4fc17fa0a691024" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.72.5/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "e83f77127dcebe099284d2a87e682a64fa42aa4d4c4359e5a658e14a26ca9122" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.72.6/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "2c8e005d0209159b63d1b6eb67cafbef0e63b53b04064e5d90a87398317a79e0" } }, "bin": "terragrunt.exe",