From 6f441a7f76ef2abfa84b6f074c78126387832412 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 20:26:03 +0000 Subject: [PATCH] terragrunt: Update to version 0.51.9 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 4fedd9e0d4..9c297d8e05 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.51.8", + "version": "0.51.9", "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.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "f85d8b462b947cc0b022a43856b36c28ad802883a09b52594b2feb8af5c42050" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.9/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "b9184713c23a5a176557618c16c30a716f63f5524fe59a2dac9e30d6c2beda87" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "470b9708b7baf573b685c8f2121de560fc62f2107bb900d92ea7571930281ed6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.9/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "9cc49f68d71abac48425ae636525dedc7e6e10e6b61ecbfc28d18c5ca96bea2a" } }, "bin": "terragrunt.exe",