From 38fca958fe372e6a2f6a6c6e993fa4cd93161b4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:31:07 +0000 Subject: [PATCH] terragrunt: Update to version 0.68.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 978eff165e..cda7506ba4 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.68.4", + "version": "0.68.5", "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.68.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "9a726ee4e14c7d4a2fe941eb3c0ddb9af33e6f3593ca777941fecd6f778f2d21" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "7e4558dfe044c150b9aee8721734893e027f8d8119152b0ef353ff5ccc1f7cfa" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "a8000adc2940c2dfbc6b6b45e9215117fb4e4f821d9a6d1a2b67d01d8750b5a7" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "67a943bcf78307c2380540bab534a7622ef2f3e28aaa64411873aa57b739c5d3" } }, "bin": "terragrunt.exe",