From 0902056999c547e98a99ac3b285225782c1e63aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:28:16 +0000 Subject: [PATCH] terragrunt: Update to version 0.67.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 9ec045cb55..f2d338fd26 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.67.1", + "version": "0.67.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.67.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "7766b159c3b325352eaa66ff09a0b4dd2a5a39d2908ea9e55cc5d5695db78d49" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "ac839e34794e102451bde376c674666a47c5e8ff06de89601465d248dac390c3" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "9b75babb89e32942035b109449f70403a68f205cb0ae12451bb148f81401723c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "0e14bface34c6053ae2ecc1efeaf560039e025fd9f7c89816b811d1838a11291" } }, "bin": "terragrunt.exe",