From 8133ba74a180bbce50916785bf5213c289b3d5c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:26:37 +0000 Subject: [PATCH] terragrunt: Update to version 0.48.0 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 900b4243d0..93a2536e93 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.47.0", + "version": "0.48.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.47.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "34d3a380501232a2d05f1fe7da637b0c2535f54c2f33a30d8b1873cffc80a928" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "34b036dcef748e15dd97bdccd96df98ef7880aa6da88f3e24622792705906bd4" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.47.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "6b100aa8052ad832faedff3b15fde92cf3d9fd973422d965b304e8087d2bdf16" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "8aa7aec5e5ee1819778e6fed618a3019a9f4cae54043de8bef6c2540c7d0e721" } }, "bin": "terragrunt.exe",