From bebddf20f09a7fae8bb9955a140713453b7a6c29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:29:40 +0000 Subject: [PATCH] terragrunt: Update to version 0.90.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 81ca547c11..ee7c76e7a2 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.90.0", + "version": "0.90.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.90.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "79b36e1699b367c735cf5af1f7133471b26e17fd2accd662fa8a13832ae37001" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.90.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "692787bb2215baaa5ef3c1ecac2b946443a8f4a8ad9b32c51ea48efc0f009ec6" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.90.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "b42c821ca73d6bc9d853c7b4d04e45c346308e15341fc5a2d2c9080b2c455ae7" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.90.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "87c1b8262437d9128b3ffeca57e35d3713d61c87cf5a453daa34f4eda29a308b" } }, "bin": "terragrunt.exe",