From deaa55c84d8db56ba90a988ab06a54bb921f5609 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:29:30 +0000 Subject: [PATCH] terragrunt: Update to version 0.68.17 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index f80d678862..23834c2879 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.68.16", + "version": "0.68.17", "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.16/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "3592387b8a7cbd1ce1548b64258c0c00ee7dd2f1ad6410b7902fda6113c8e12c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.17/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "06403021ee8b4746da716fe395ef6d9050adb5926ab7341f6f784fc3db573b97" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.16/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "6af51567d6847349766dc6b44ddce24fd9caab16790cd3c10977f19a5aab8c95" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.17/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "a34fc47acc8a1eb3a6cf4913cbf78b2834acf6d8672c76f595be7f9c99a25883" } }, "bin": "terragrunt.exe",