From 227f10aea2b959e89042eb269382a81665a513c7 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Thu, 15 Aug 2019 22:29:47 +0800 Subject: [PATCH] terragrunt: add au.hash (#355) --- bucket/terragrunt.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index ea93e90c12..b4fa83c478 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -25,6 +25,9 @@ "32bit": { "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v$version/terragrunt_windows_386.exe#/terragrunt.exe" } + }, + "hash": { + "url": "$baseurl/SHA256SUMS" } } }