From 7ae91fb9f78e1159faeae0312fd12c4f05d5b0ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 20:30:11 +0000 Subject: [PATCH] terraform: Update to version 1.2.4 --- bucket/terraform.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terraform.json b/bucket/terraform.json index 9161cf412f..618cf4ca51 100644 --- a/bucket/terraform.json +++ b/bucket/terraform.json @@ -1,17 +1,17 @@ { - "version": "1.2.3", + "version": "1.2.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.2.3/terraform_1.2.3_windows_amd64.zip", - "hash": "19773a16263d0873bc86b1109412abb80733524bf6ef7e7290278b2fad33bff6", + "url": "https://releases.hashicorp.com/terraform/1.2.4/terraform_1.2.4_windows_amd64.zip", + "hash": "2e2a8bac8097f54ca015ac0ab1ac4f328e48313e6d63347cd846533b452eb8a0", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" }, "32bit": { - "url": "https://releases.hashicorp.com/terraform/1.2.3/terraform_1.2.3_windows_386.zip", - "hash": "811c2911b8e9f19b7d73a11b4858234854c870271864bb22ec21b582fd06e695", + "url": "https://releases.hashicorp.com/terraform/1.2.4/terraform_1.2.4_windows_386.zip", + "hash": "849f89babd7261292048a7829ccb2f77410a10453fe35e94509d9981b209ccfd", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" } },