From db93ba6bee11a3af828a790bc77422b18520cc47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:33:09 +0000 Subject: [PATCH] terragrunt: Update to version 0.68.9 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 8220251a81..96fb1bf256 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.68.8", + "version": "0.68.9", "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.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "f88645ff83527769322e784527898bc771c6a1b2c308de485e173b21c12fae05" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.9/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "cce4d3d71f1f57c6b56fc949da13b9ad258fb303317f5c6c761effea8963f348" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "641beef2e3e618da9bfdce455dbf8319031f255387d1ab1c3fb8a6e55561bab6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.9/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "8dd686a930bb561c5bd12e377c97fd9d43b652652137e11ba52968c8c7675798" } }, "bin": "terragrunt.exe",