From fd62a82117e8b02f470078e716bb0ff32ca03e3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 12:33:11 +0000 Subject: [PATCH] terragrunt: Update to version 0.38.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 0ecf4f587f..fcdb294a5b 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.38.1", + "version": "0.38.2", "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.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "eb7ce0b2cdb8e8f7b497e676f64eec27df8d1045218457e9f46060f1a7b11c31" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "ede484d9e9746b40703ad4c9601b0f0f04af4ffafdfeb043c14709c4d5cebaca" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "ae515466b7241406bd1584d027a8ad33255453ea8b64ad26765d9e6b2b4f07c0" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.38.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "354a8b830b0e82669251cf14ca7d6519e7a036b680f2bd6c515f7a0a8a7cf91d" } }, "bin": "terragrunt.exe",