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