From fe5177bd63be720337fff78ac03f659a9f97b7c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 20:25:28 +0000 Subject: [PATCH] terraform: Update to version 1.4.4 --- bucket/terraform.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terraform.json b/bucket/terraform.json index 40f09b2174..50c44e2b61 100644 --- a/bucket/terraform.json +++ b/bucket/terraform.json @@ -1,17 +1,17 @@ { - "version": "1.4.3", + "version": "1.4.4", "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.4.3/terraform_1.4.3_windows_amd64.zip", - "hash": "73469b53401eef74f6977db1c4124745afcd668530676975c60c34c2ac69b961", + "url": "https://releases.hashicorp.com/terraform/1.4.4/terraform_1.4.4_windows_amd64.zip", + "hash": "7903b344b70b8e84aa1107bcb4cbd1227c7c0f455be2343540dd50fb8ec4fc6e", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" }, "32bit": { - "url": "https://releases.hashicorp.com/terraform/1.4.3/terraform_1.4.3_windows_386.zip", - "hash": "cc5069c8d2527b675bfe8e40d5b938e7f28ac74bf9fc2d8b221af667306aa74e", + "url": "https://releases.hashicorp.com/terraform/1.4.4/terraform_1.4.4_windows_386.zip", + "hash": "99f31fbc949d03ad6275a894cf2f84ce47495284d803df8b74cefb20248b7908", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" } },