From 8a17a589bbcfe83490a7894bd6e42046412f1e16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:25:26 +0000 Subject: [PATCH] terragrunt: Update to version 0.64.0 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index a195940afe..c172916375 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.63.8", + "version": "0.64.0", "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.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "10dd6f13c2bff0025083285cad07e6fe3706d310817a7b854f6a1fc257bc036c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.64.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "83d5d4e6ffded0b19e966a9ec4d6a43689f59a4f82901a82b8c88a1601d75d86" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.63.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "514887514c10aa1ae817fa6d2384c96dcce786e1cf56c4860b3947bbdd2a4071" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.64.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "a4933629720bd4d4829a8435a4e4e641368e736a82e71902243e45f4d8f280f0" } }, "bin": "terragrunt.exe",