From 290040f3c61715eeb766533510fd835a7374ca5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 9 Oct 2020 22:52:31 +0200 Subject: [PATCH] terragrunt: Update to version 0.25.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 57362a9014..771f906d89 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.25.2", + "version": "0.25.3", "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.", "homepage": "https://github.com/gruntwork-io/terragrunt", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "bea52ccf8f84e801498bc38e92fa5f9c48a0d1a5373607f2956b599cbb2bc978" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "d32663726b6170d18235fdb869b1a07d89eb83c1ce48fbcd3386dfce2c3a8cc7" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "4bd0d4416f1a195bbcf1fa4206448b273403c446fb95569ffbb8a603eddd2eb2" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "25a1318194788a693aa120efdbc0cd42b229a15b0306f2d479f28ce7df79fd62" } }, "bin": "terragrunt.exe",