From 8837340e4f4494802a5a78c52c0747e1e4a587b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 20:23:57 +0000 Subject: [PATCH] terragrunt: Update to version 0.48.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index eec791f256..bdef0ccfb6 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.48.4", + "version": "0.48.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.48.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "9fd0643771a7787420029c826aa87864731ac1f28104ea96a5f23808a87b1c3f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "3fd67582fe75ced167343feab37aac3971595e1a5ea87e3faa48417a0d697e2c" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "30cac711b68464c52d7613656f4080a0eef204e36bdea3936ba42ac2d0575b0e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "7f603f652c74cf1b84f2e5f22069ffde6aea1718764b22e20587bd4510a9956c" } }, "bin": "terragrunt.exe",