From f1384303dc5e8911e9ff2f0c27d18158cc406ee7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 20:26:03 +0000 Subject: [PATCH] terraform: Update to version 1.6.0 --- bucket/terraform.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terraform.json b/bucket/terraform.json index 951f72264d..7ca45b1028 100644 --- a/bucket/terraform.json +++ b/bucket/terraform.json @@ -1,17 +1,17 @@ { - "version": "1.5.7", + "version": "1.6.0", "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/1.5.7/terraform_1.5.7_windows_amd64.zip", - "hash": "0cf9f41ba11b46f1fb6251952df98bf9c37ec294f26be7091b4909850659b592", + "url": "https://releases.hashicorp.com/terraform/1.6.0/terraform_1.6.0_windows_amd64.zip", + "hash": "e0f083530f7ef4e636920eb48fa16139fd4fa9038bebde54df74042bb44240d5", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" }, "32bit": { - "url": "https://releases.hashicorp.com/terraform/1.5.7/terraform_1.5.7_windows_386.zip", - "hash": "0f096068808bbe39a98d265e32cbc572286bd2e049c75dbea0b793ca5f87f4cd", + "url": "https://releases.hashicorp.com/terraform/1.6.0/terraform_1.6.0_windows_386.zip", + "hash": "901f862cc77aa27f9d72c3d60e9e31e794c686aa156d326bc651e03596e45d1d", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" } },