From ddcf5cfc0eec5c0d605cdb19c7923ea01ce6e5c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:37:45 +0000 Subject: [PATCH] terragrunt: Update to version 0.68.15 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 423d8b6806..6a8d32df7d 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.68.14", + "version": "0.68.15", "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.14/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "d4e3df914434e01d452474fb8146ae862881f9b2b48e86b01cd28656fc64ff35" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.15/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "fb9ccd35e50aeedb76353a8d311c315433d7095f98f17db72856ab96fef346c1" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.14/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "9dcbd2e7674bf05495e1b08b55df0589a5d3f7878c010ee405e8594e2c70c734" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.15/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "2f1341dc843277c99da49e478ef5bce1287a105181a48a1e683e8f2a312bc1de" } }, "bin": "terragrunt.exe",