From b41bdfc1d2f74fc32241cedfb4ea576a144fbfea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:27:24 +0000 Subject: [PATCH] terragrunt: Update to version 0.48.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index c6c1c880e0..e199a5eb04 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.48.1", + "version": "0.48.2", "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.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "edd8edc075c9bf257672a56af5d93a1c3aa971ae02b21b4f2301fde1e615e101" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "baaceedc5d8c00f0b7f5a57af5b3c46ddaada6286b4608245b99bd18c64e27b8" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "430ca01eae8bea16915641653688b1df0693ce77c3a4b8782afa6e1c477a56a7" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "60a6e4e1f3a37ddc4e65ef8b250c3a1f34a447694b82abf5497742805dfa6376" } }, "bin": "terragrunt.exe",