From 8802fce541bf7605bafc4ccd0666823a1bfe0e85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:28:47 +0000 Subject: [PATCH] terragrunt: Update to version 0.63.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 0786ff8a5c..08a5644e67 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.63.4", + "version": "0.63.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.63.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "b844e89124d5498231cbb989210f349adaa436299af52eb55d3f09af65a455f7" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.63.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "bbac0b7d74e2a40c31ea2f03cc402370a776fab18e1c5ef73bb04995cb768117" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.63.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "176070c2ac10eded7db71a718b260809e1d02c4980d17f72bcecc2dc9ff2b6cf" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.63.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "0220aef6a413793c465468f42611ff516534c651ce886ae8c25e41f72bbe14b9" } }, "bin": "terragrunt.exe",