From 4dc4e9e575ba6e23723c92ad92f2447e57068a71 Mon Sep 17 00:00:00 2001 From: Michael Caley Date: Wed, 13 Mar 2019 12:56:33 -0400 Subject: [PATCH] terraform: hash fix (#3216) closes #3214 --- terraform.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform.json b/terraform.json index e7f3243e87..5799d219ac 100644 --- a/terraform.json +++ b/terraform.json @@ -5,11 +5,11 @@ "architecture": { "64bit": { "url": "https://releases.hashicorp.com/terraform/0.11.13/terraform_0.11.13_windows_amd64.zip", - "hash": "343b32b76a9698176890388b2a29592a2c5ddaade4434da1f566f0257bf51480" + "hash": "b758f90ffe713217eee42c6f00c5fe47958f7286935b67508055af217a33d120" }, "32bit": { "url": "https://releases.hashicorp.com/terraform/0.11.13/terraform_0.11.13_windows_386.zip", - "hash": "6d042c2292fbb7e7995059e9a218c861c5d6ceca2e3ca54b4a53c7cc31512430" + "hash": "e4a68ef9728925a0ed8a5485a46af31da5593c884ff3c7d90597c18edeccae0d" } }, "bin": "terraform.exe",