From 95674fbc7e448cd3537b3b858b206e5b691ef416 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:28:30 +0000 Subject: [PATCH] terragrunt: Update to version 0.48.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 6b2ec6fbdc..eec791f256 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.48.3", + "version": "0.48.4", "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.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "a0a455ca33b7b48f5245d9bea18b9236a95592d95b7cdb3bee1b8d9b277bdb8b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "9fd0643771a7787420029c826aa87864731ac1f28104ea96a5f23808a87b1c3f" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "be87600541ce325c971dfd6bc020d1c8e4de3c0dbde352539d46f7d8c0acb444" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "30cac711b68464c52d7613656f4080a0eef204e36bdea3936ba42ac2d0575b0e" } }, "bin": "terragrunt.exe",