From 00529f4f8c27d8086f5fab1558cf8aaf1fdff691 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:29:59 +0000 Subject: [PATCH] terragrunt: Update to version 0.69.13 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 25b0bfa0cc..729ac09d22 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.69.12", + "version": "0.69.13", "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.12/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "b6a4cc1b1e6104d598067897ee1fb81c85a3edb926a9743266c9f809e5cf39ff" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.13/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "f554c7b5d392e00a53032e15c6415e9025b2a8bdd9c7d803b308fd1979492e9d" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.12/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "756146db0edd7f3cfd44c3ff83bec3e23fdeb8a962b37be7244a68388d65c0af" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.13/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "efba5c9959035d2a78fa8b6164e96912aa57ac2df5505b1a7285d7a335369b3b" } }, "bin": "terragrunt.exe",