From 58dca95452862cdf76982c04dce05b03f992042f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 16:28:59 +0000 Subject: [PATCH] terraform: Update to version 1.5.2 --- bucket/terraform.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terraform.json b/bucket/terraform.json index d87d8d31b7..7ad4a12bd9 100644 --- a/bucket/terraform.json +++ b/bucket/terraform.json @@ -1,17 +1,17 @@ { - "version": "1.5.1", + "version": "1.5.2", "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.1/terraform_1.5.1_windows_amd64.zip", - "hash": "d134caec3833ee508b58c7956439e96807a1a0e0006847ba14c88221f728154c", + "url": "https://releases.hashicorp.com/terraform/1.5.2/terraform_1.5.2_windows_amd64.zip", + "hash": "b27e63bb1007b27282444680b724c6ce2b5cea00eb3139ca953fd5c578bc4fc1", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" }, "32bit": { - "url": "https://releases.hashicorp.com/terraform/1.5.1/terraform_1.5.1_windows_386.zip", - "hash": "33c7158e832fbf3c03eace67742e6abadc075b25a91971598390094396e5c34a", + "url": "https://releases.hashicorp.com/terraform/1.5.2/terraform_1.5.2_windows_386.zip", + "hash": "07732bf900066f78648c9bedafbae22b10376a43e93b2eb68b2e1cb3897b87fc", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" } },