From 886035406a0a22d3e38c08556a5c77acf38ba3b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 08:30:58 +0000 Subject: [PATCH] terragrunt: Update to version 0.38.10 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 62323eb0af..a787625d07 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.38.9", + "version": "0.38.10", "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.38.9/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "a50bdd80ffc0ab84ead421fe832eacf2c9007f99a0964b235e8154f7e3db8892" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.10/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "22923a4e74c188672e95658b7c84a6117c1655c0859f80b072da63335b1cf3ce" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.9/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "1c75dd3fbd75d96f004d3cc71025807b1076fd5a53e13e65dafb95a5f63129c5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.10/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "2e8ef6baae8eb8e15aeefd7cbf6ba50ec65e2197ae65ca1477b0e573fe2855af" } }, "bin": "terragrunt.exe",