From bc6993677a3e36e5c2522036cc0192b54a96c866 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:31:03 +0000 Subject: [PATCH] terraform: Update to version 1.5.3 --- bucket/terraform.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terraform.json b/bucket/terraform.json index 7ad4a12bd9..3039776fbb 100644 --- a/bucket/terraform.json +++ b/bucket/terraform.json @@ -1,17 +1,17 @@ { - "version": "1.5.2", + "version": "1.5.3", "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.2/terraform_1.5.2_windows_amd64.zip", - "hash": "b27e63bb1007b27282444680b724c6ce2b5cea00eb3139ca953fd5c578bc4fc1", + "url": "https://releases.hashicorp.com/terraform/1.5.3/terraform_1.5.3_windows_amd64.zip", + "hash": "9443e49ef028174a5bdd50d42b40a90fa0335453817af6c5ab2638e3debaf653", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" }, "32bit": { - "url": "https://releases.hashicorp.com/terraform/1.5.2/terraform_1.5.2_windows_386.zip", - "hash": "07732bf900066f78648c9bedafbae22b10376a43e93b2eb68b2e1cb3897b87fc", + "url": "https://releases.hashicorp.com/terraform/1.5.3/terraform_1.5.3_windows_386.zip", + "hash": "6665e7a9e688acb69d781fc81abf65108c93973fe1147503ceb4d9b9bf841bd6", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" } },