From 2c17ee40e6770c4a092a09b3f266628c26e5bdcd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 3 Dec 2020 06:01:48 +0000 Subject: [PATCH] terraform: Update to version 0.14.0 --- bucket/terraform.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terraform.json b/bucket/terraform.json index fc6a885f58..d2f38d8092 100644 --- a/bucket/terraform.json +++ b/bucket/terraform.json @@ -2,18 +2,18 @@ "homepage": "https://www.terraform.io", "description": "Create and manage infrastructure as code using simple declarative configuration files.", "license": "MPL-2.0", - "version": "0.13.5", + "version": "0.14.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/terraform/0.13.5/terraform_0.13.5_windows_amd64.zip", - "hash": "1e020a208757f23da415b4fee74ae084984c2cfc20210b5c62513c6d9f0a174e", + "url": "https://releases.hashicorp.com/terraform/0.14.0/terraform_0.14.0_windows_amd64.zip", + "hash": "1364434d84981681a1d2f4f7d2d313f2abf23a971b9acd02630dd401000214f2", "installer": { "script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" } }, "32bit": { - "url": "https://releases.hashicorp.com/terraform/0.13.5/terraform_0.13.5_windows_386.zip", - "hash": "b82d1ffd89f16b75e54c56f1f7bc8c98331ebe802c8fe768926cd47890d70eb2", + "url": "https://releases.hashicorp.com/terraform/0.14.0/terraform_0.14.0_windows_386.zip", + "hash": "464240a880b2338b1500b144b6b75eba21b1e63e0a22769e20a42d0752bc7e66", "installer": { "script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" }