From d6446d634d33f818d85e0684d91456f449d62ea5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 00:36:06 +0000 Subject: [PATCH] terragrunt: Update to version 0.69.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e439ed67e3..a9089f2fb7 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.69.0", + "version": "0.69.1", "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.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "673815df6cbb22e5b15ba834717bbf90d2287a9ebbea6d5856df2762e88a7cdb" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "7875ee4e6a278cc663348acf463b0fffb6c0ca5a84b6fc95d5aa05ec479d7470" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "b2cc791633084bd81a9178ef826e647524d94b9d3e5f41e85d9e2168fd37fd5c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "dfedf82cf9bf24f0c95d4749f43d34da5181be598800821e88e8161716bbd713" } }, "bin": "terragrunt.exe",