From 107ff34448f37d648c19123b92fb3a690a693c73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:28:15 +0000 Subject: [PATCH] terragrunt: Update to version 0.66.9 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 17c7e86365..ce4833e4b3 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.66.8", + "version": "0.66.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.66.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "146bcd3c21aacd6f7d890dc9e7b071a8f87404498d7c837313068ff692f1c7fd" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.66.9/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "e9c07732155118fbd35d85474814813fe8c1277d7c47c49ab18ff31f9bc77752" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.66.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "36fdfb797ba2584e7fa4425597520d2689feb1406ce387ad7abf12bf58654137" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.66.9/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "5187e28bec53dd038f418acc0d7a2cf2f32f31e84828e7415d1f9a3453d17d2c" } }, "bin": "terragrunt.exe",