From 9549629f13cb3cae066fdf3a2bc20ab07790f1b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:26:24 +0000 Subject: [PATCH] terragrunt: Update to version 0.62.0 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 78c0bc9559..bb556fe07b 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.61.1", + "version": "0.62.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.61.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "b54c7e1f18d382dc7156c36395f419bea02bb8094e2a08b1878072cc3a87e88b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.62.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a3eaa048f8d2e7e046a58a6f4bf159057d57ef53c8851725f09d7f28869583fc" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.61.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "5aaa634d9a58c8d62103dce3faaca56cfb54217e0a5d0305fedc06f93afa37a5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.62.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "d4d8e9614398e79cccafbfa6a16ed21981cf4fc88c9895baf7482b2ba1f3a956" } }, "bin": "terragrunt.exe",