From dc81247643a0d129eae19d303470e11ad3b7c57b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 May 2023 00:33:13 +0000 Subject: [PATCH] terragrunt: Update to version 0.45.15 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index c23831d5d2..3e7a743a45 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.45.14", + "version": "0.45.15", "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.45.14/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "c0f5ad50c47e77a345ffa12cc1a10adfa785be4eec3f39cb49a88d36ab919d59" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.15/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "ce66a7072cf7cac2acf75af146e905c0493945260f0d8d4a7d5a8aef6f843c02" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.14/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "925eb37a10380b1106932dced3214403f76a196ef9cb262c04af457097e6e270" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.15/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "dc769afd46c97fb39c65c98507798a0d80f7831e89a5fdc330aeb9451c40aaf1" } }, "bin": "terragrunt.exe",