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