From 158052b5eda3325468440c21bc668c013d424842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 23 May 2020 20:47:20 +0200 Subject: [PATCH] terragrunt: Update to version 0.23.20 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index da02a8e5fb..677691e7c9 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.23.19", + "version": "0.23.20", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.19/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "313153a46a07226cde7dfcd5f2978df7dfc6e17e86c29e595303910168642bc3" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.20/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "d4d03d3519cadd9cd4ca82663adb9da6b74327ddaabf781b1170c9dd5ba92f63" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.19/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "cbea221352ea512ff97734beb3954591a8d5b24b07413b2b2faaa18be8f1bed8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.20/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "6950012590626a0cafe86f7092470dd199af7843d0e84c4ff1374a9b2561d068" } }, "bin": "terragrunt.exe",