From f540891895698436039e296898fa17305ef7c29b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:27:41 +0000 Subject: [PATCH] terragrunt: Update to version 0.55.15 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 55b07af558..7ca319ada9 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.55.14", + "version": "0.55.15", "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.55.14/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "c9b5c8481d99717dd723f203892f898c2fe527fe20f0967e8182947fc4ab75d1" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.15/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "36990c178e8f23182b350f48e3ee3888652bae558d02376afcaa66d1f5926e00" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.14/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "2a0f36c2246c05b482abefbb2f07cfa2e9533897ea8a1114dc17001a59916744" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.15/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "8998e5c8e43a464c344329c82a69744941d68f2c2c52b5c69452f96204d9d7d6" } }, "bin": "terragrunt.exe",