From 47823b8648e5624054be4dfabc5084b73defc7e2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 5 Mar 2020 22:01:49 +0000 Subject: [PATCH] terraform: Update to version 0.12.23 --- bucket/terraform.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terraform.json b/bucket/terraform.json index c024512602..30fcc2d677 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.12.22", + "version": "0.12.23", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/terraform/0.12.22/terraform_0.12.22_windows_amd64.zip", - "hash": "e45fb885722d9cfaa3f45bc2dd7d9f0d5093e1d8e6ce74c58cbc48587ec4b558", + "url": "https://releases.hashicorp.com/terraform/0.12.23/terraform_0.12.23_windows_amd64.zip", + "hash": "79f89c2622a3ec656f13e92326d1ad98893659eada8f556957e8e0f2e4d688d2", "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.12.22/terraform_0.12.22_windows_386.zip", - "hash": "23705e8aac3b3b73d5f5dc0246522591b5755aa9c86db9352d8b946da7f192ec", + "url": "https://releases.hashicorp.com/terraform/0.12.23/terraform_0.12.23_windows_386.zip", + "hash": "6c9484b7839268620f15ee1694a86cc9067a3e4b6bcf9dc0eb80056cd575aab2", "installer": { "script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" }