From a8e4842de62fa87f72ed2cd9fd9dc919f5ca0cc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 20:25:12 +0000 Subject: [PATCH] terragrunt: Update to version 0.55.16 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 7ca319ada9..b602917e4e 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.55.15", + "version": "0.55.16", "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.15/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "36990c178e8f23182b350f48e3ee3888652bae558d02376afcaa66d1f5926e00" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.16/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "c6e68f640915be2c67aaf2f0aa7a30574bc0eb247b219723b544d2eeab3565b5" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.15/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "8998e5c8e43a464c344329c82a69744941d68f2c2c52b5c69452f96204d9d7d6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.16/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "730cdb83eb53e26ce83e8a8929f21df01981268fc7db4baad15e528d5572509b" } }, "bin": "terragrunt.exe",