From 37184921ec80cbb0f130ebfcb6d9021801be9487 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:32:47 +0000 Subject: [PATCH] terraform: Update to version 1.14.2 --- bucket/terraform.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terraform.json b/bucket/terraform.json index e55be0251f..0ab99fd506 100644 --- a/bucket/terraform.json +++ b/bucket/terraform.json @@ -1,17 +1,17 @@ { - "version": "1.14.1", + "version": "1.14.2", "description": "Create and manage infrastructure as code using simple declarative configuration files.", "homepage": "https://www.terraform.io", "license": "BUSL-1.1", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/terraform/1.14.1/terraform_1.14.1_windows_amd64.zip", - "hash": "d18488068d57115fd44a675f7d58db8688c0e1bdc38affb0591c67ec6472e8a8", + "url": "https://releases.hashicorp.com/terraform/1.14.2/terraform_1.14.2_windows_amd64.zip", + "hash": "a7a4df4249596096f84dc6c13f220f3d63b200bb3cafab4973130f90960cfa92", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" }, "32bit": { - "url": "https://releases.hashicorp.com/terraform/1.14.1/terraform_1.14.1_windows_386.zip", - "hash": "469094eb96dc09d45057a1a644e76b4c318761228b9780c453e3ee3f835b6354", + "url": "https://releases.hashicorp.com/terraform/1.14.2/terraform_1.14.2_windows_386.zip", + "hash": "f7abd70ee966a3b728a1c868b7675e10f6ccda7145f3afed64e0bacc74dc4298", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" } },