From 257d2e95ea2425f7a74b5a144c220fdbc2351837 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:30:31 +0000 Subject: [PATCH] terragrunt: Update to version 0.66.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index c578fdf075..548cbbe29e 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.66.4", + "version": "0.66.5", "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.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "49b4190edad5673eee732d03c9cba7c43463672af247ed0aa02e581f36236aff" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.66.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "055810c9629aee704b853b69e890c2d9289fcdbbc2603bba17db2bc755c12edf" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.66.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "bbd286433391e616e5f7ff296ecded4d80122358756dafb50d052cae5260d232" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.66.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "7e1a54ba95d7dbe0cd3baac7d7bad881ed51aeb0d0e5e5ff110649e54a776691" } }, "bin": "terragrunt.exe",