From 3f877b74a7d50751eb86972047e928757546ad9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:25:35 +0000 Subject: [PATCH] terraform: Update to version 1.7.4 --- bucket/terraform.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terraform.json b/bucket/terraform.json index bac6e14d22..5766478fc6 100644 --- a/bucket/terraform.json +++ b/bucket/terraform.json @@ -1,17 +1,17 @@ { - "version": "1.7.3", + "version": "1.7.4", "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.7.3/terraform_1.7.3_windows_amd64.zip", - "hash": "739ef5e564fd8128a7f987d8e8bbac93676d56c7a7c3b77e200f81451206a6f7", + "url": "https://releases.hashicorp.com/terraform/1.7.4/terraform_1.7.4_windows_amd64.zip", + "hash": "2970fbb5eddcabe85b546a88ffcfc34c5fa2881379dac637af5e08e577fc0bee", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" }, "32bit": { - "url": "https://releases.hashicorp.com/terraform/1.7.3/terraform_1.7.3_windows_386.zip", - "hash": "8bd44d5ae10d0f909d30c7bbe86b3a00f11177346f36536df0bab91fc93d7296", + "url": "https://releases.hashicorp.com/terraform/1.7.4/terraform_1.7.4_windows_386.zip", + "hash": "98b10e598c7aa58eea4bdc6cd640a2cfa8870272b2d4e2dd20d595c55e68ee82", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" } },