diff --git a/bucket/terraform.json b/bucket/terraform.json index 5766478fc6..aaf52b6501 100644 --- a/bucket/terraform.json +++ b/bucket/terraform.json @@ -1,17 +1,17 @@ { - "version": "1.7.4", + "version": "1.7.5", "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.4/terraform_1.7.4_windows_amd64.zip", - "hash": "2970fbb5eddcabe85b546a88ffcfc34c5fa2881379dac637af5e08e577fc0bee", + "url": "https://releases.hashicorp.com/terraform/1.7.5/terraform_1.7.5_windows_amd64.zip", + "hash": "9b7be6ae159191ec1f4b5b9d27529ae5243e41020fb545c0041235bec8d92269", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" }, "32bit": { - "url": "https://releases.hashicorp.com/terraform/1.7.4/terraform_1.7.4_windows_386.zip", - "hash": "98b10e598c7aa58eea4bdc6cd640a2cfa8870272b2d4e2dd20d595c55e68ee82", + "url": "https://releases.hashicorp.com/terraform/1.7.5/terraform_1.7.5_windows_386.zip", + "hash": "2639c9444c6091fd5ad76f112040d592e99931489582ada4d485c12a64a79052", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" } },