From fad7c3a0533779f5c7ca575b1febab2428748dfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 00:33:06 +0000 Subject: [PATCH] terragrunt: Update to version 0.45.6 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index d62a5aa1b6..2c8d337ab9 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.45.5", + "version": "0.45.6", "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.5/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "40f5c53c4119360e05fa008cf4fb43dd9523580b4def20c5b89a196c49bbb92f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.6/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "517ea792c223f5624907d9d41570325dae95ae7596547833194fe1ea0a9044e5" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.5/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "64a5fa675d2714efc2130e445f5deb683bed1c47f8e9cfb1926992fc27f08ebd" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.6/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "c657208317924a80abd62a549748e9cf24189cfc0399a57eb47a07f7f08aad1b" } }, "bin": "terragrunt.exe",