From 049eb5c676b1e21aed33175e4b6854d57bd8f4f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 20:24:19 +0000 Subject: [PATCH] terragrunt: Update to version 0.45.13 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 3fa5e92ce4..18abb4cf32 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.45.11", + "version": "0.45.13", "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.11/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "cb961d6afd476847801cfd782aca445ef221d696e32203eff8dd73884901e748" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.13/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "856ab72741df7c946b67eefb8bb71733a8573bac5f079c0de3b012116633d734" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.11/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "8ed4b48a79b6ba8af814ef63473fcfb5eedfe46e9a3e65494b3b0ec1d5cb4d7f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.13/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "a8c0e3cd0dd01f5cc8b22cb0ba6c0e88457e0963b194cc87f6dadbca39c72378" } }, "bin": "terragrunt.exe",