From eac88b03fd55508d13c64b126010b693b0bd13a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:29:09 +0000 Subject: [PATCH] terragrunt: Update to version 0.70.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 8d871c6210..7fa2a3e245 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.70.0", + "version": "0.70.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.70.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "66f8c620e69631df1365938dc89d8f380d5955f8e8d74252748784ee6e4b2e4f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.70.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "db58b6fbbafc27562e1e4d6769792a3d9b1ad0bc23e04b6a9cc7fc0fbebd1c73" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.70.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "4c89ee3072336db2f7eca4fd8fc12c62575f41bce3687d156ce951ae8bdcee17" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.70.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "121539afee8e5eeb1e90c6f1caf8cda975739f3d6923e8ac7959e8838f40c649" } }, "bin": "terragrunt.exe",