From 001911ad6c14e5ae5aa067838616d404181e5926 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 16:30:05 +0000 Subject: [PATCH] terragrunt: Update to version 0.36.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index b8da2046b0..defd2acd81 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.36.3", + "version": "0.36.5", "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.36.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "e677b84a617a15f2345ab368f74629b37bf4e754f86cd6d622ec4a6e053d9d17" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.36.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "432fec566bd9e2b583474b53319e4c39c3ffd96dcad5e158a0b84481eea4e83e" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.36.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "dd99d37d7aeb73803e4f7d636156cde7f4ef6840a9f1d429d2bca9640d34b878" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.36.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "935138c517a951a50b99e37d612cb9c2edad19916ca8d714ded78f62408839f1" } }, "bin": "terragrunt.exe",