From 8810b70ebc279d69964c21a85ec3766be5ad462c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 12:31:21 +0000 Subject: [PATCH] terragrunt: Update to version 0.63.7 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 6183d88718..177db77e33 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.63.6", + "version": "0.63.7", "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.63.6/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "94c4568b14d0c227e94387c0391bddc251ffdbc440ee7f6c3963971a24a3fef0" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.63.7/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "1db9ef1eb58a739d530ca5c8685d0be56cb0219135fd6dae11e98aa32daca24a" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.63.6/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "6b952ebed7d7b9e1d0a95663f8d1365e859bd2c2aef0da8109c4ecee47ce01d0" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.63.7/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "2b933b1bd647b455605343d07a5c315de329ddff912bd36903929ed78d367139" } }, "bin": "terragrunt.exe",