From 5e2cd3f8e00656a861d13adb1e806b0aa848cde9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 3 Mar 2020 10:01:54 +0000 Subject: [PATCH] terragrunt: Update to version 0.23.0 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index fc5fde3147..a0a88b3388 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/gruntwork-io/terragrunt", "description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.", - "version": "0.22.5", + "version": "0.23.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.5/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "44241751b7a77a7bc4838ebec93cb6549ae19058e662cf9e67983c898bf1bea3" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "05fa4e2d31ecb4e7874960959f0b681042e14b0610b9e55d17cde797d2c49963" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.5/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "05138d74bf43f897c95fbf6e2260a03a1ca30c94d7afe5257e6c5d14d937c4fb" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "19cbcc56532f8f184f0a20d33c35a45e3bfb38d425bc2bc1d60fa49cf56e7105" } }, "bin": "terragrunt.exe",