From 912caa20f0bd612939577e2833e155f6030d8b9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 00:32:12 +0000 Subject: [PATCH] terragrunt: Update to version 0.36.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 2b0da31fb8..088e761f38 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.36.0", + "version": "0.36.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.36.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "a699d2754aaa91f6977724cf4366b71334d49a58f53ac2da175f0e4fcff6e58a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.36.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "37fa57a355e369c01ced4a14fa7f68bd2347659a81635123e1395bd3c44c8d75" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.36.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "b6566c457ce4a3fde228d917c3a42d1774cb59ef641e21d005c4951d3ac00d37" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.36.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "0664298cf132a543c617973f6ceae6ece3d91671f2e4296aa6123b1e4ea2cecc" } }, "bin": "terragrunt.exe",