From 8c56ee967d9bbe60ff43c6e0f84f09ab96e0abb7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 21 Jan 2021 06:01:47 +0000 Subject: [PATCH] terraform: Update to version 0.14.4 --- bucket/terraform.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terraform.json b/bucket/terraform.json index 583047c82f..81e7eb9a29 100644 --- a/bucket/terraform.json +++ b/bucket/terraform.json @@ -1,17 +1,17 @@ { - "version": "0.14.5", + "version": "0.14.4", "description": "Create and manage infrastructure as code using simple declarative configuration files.", "homepage": "https://www.terraform.io", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/terraform/0.14.5/terraform_0.14.5_windows_amd64.zip", - "hash": "5d25f9afc71fc49d5f3e8c7ccc3ccd83a840c56e7a015f55f321fc970a73050b", + "url": "https://releases.hashicorp.com/terraform/0.14.4/terraform_0.14.4_windows_amd64.zip", + "hash": "ee052394a21c0f63e5feda7ba190c6019e286f0fe60a8c3209458b9def0ef17e", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" }, "32bit": { - "url": "https://releases.hashicorp.com/terraform/0.14.5/terraform_0.14.5_windows_386.zip", - "hash": "f8bf1fca0ef11a33955d225198d1211e15827d43488cc9174dcda14d1a7a1d19", + "url": "https://releases.hashicorp.com/terraform/0.14.4/terraform_0.14.4_windows_386.zip", + "hash": "39d0a13046446171d7362d49faa3ea045b6c957fd153d4ff48485a9aab7099a7", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" } },