From a134ba5a2e438fcbd5fc7fbb824e32810a937bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 15 May 2020 05:15:16 +0200 Subject: [PATCH] terragrunt: Update to version 0.23.18 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index dd8ad21090..ab4bbd8695 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.17", + "version": "0.23.18", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.17/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "a45e560bd4871839a7dc3133ed699bb0fe2d85dda292b7775f3ce0ca61c94dae" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.18/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a5a501556e509aa3f72d908b310e22be92c1dcabe3d2339d049dd31010c8f7cf" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.17/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "3317e75b9c9e3c8155b2b0050254098c5931c464805f6f473eadca2ebd074318" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.18/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "f073db08ef0c2e605214f7c2f595d7d1e569002a3420223935d72a31aea32ea9" } }, "bin": "terragrunt.exe",