From 1d144ae63ea2974a352cc7db27dcd4a561228dce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 16:27:44 +0000 Subject: [PATCH] terragrunt: Update to version 0.51.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index a2548b4dd8..52825764b9 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.51.1", + "version": "0.51.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.51.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "4c03f8839d46b21e8332719dd1d2bacdfbc2113b59440835e16a512cf58ceb6e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "ea2f93e070649c4cb52311f9f1b3e553dec851ef35a0ea18234e24cb80348bdc" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "11050462decba04c8c10ecc7058a8d1cc6162b6754c0bbb5dae0393ccfe76b02" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "daf4ebe6da336c6d3f8806dc51a98bde4aa9501c72e5df0c33774f44853b04b0" } }, "bin": "terragrunt.exe",