From 9f05112b6d9e86245890ebbfe3075ac0babb661c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 20:28:42 +0000 Subject: [PATCH] terragrunt: Update to version 0.45.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 0a29f9d749..62816e0be2 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.45.1", + "version": "0.45.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.45.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "7593ddd50347fb1a824c2906000a3728f3ff54d44a629d1d5e210a8fa030b5c8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "b3dd4469c135bf200d4a053630bf6c7049d01fed6fe989b06053490b1036ab8c" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "649560b6f1370cacc80c61c0239c2fc1cdff1203c45245dfa56fcd16b4f2a304" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "e7695c3ba6218cb87849919f1650492b7e8cd02da1ba09aa4f49f170083cf8d2" } }, "bin": "terragrunt.exe",