diff --git a/bucket/terraform.json b/bucket/terraform.json index a2f8fc1055..d87d8d31b7 100644 --- a/bucket/terraform.json +++ b/bucket/terraform.json @@ -1,17 +1,17 @@ { - "version": "1.5.0", + "version": "1.5.1", "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.0/terraform_1.5.0_windows_amd64.zip", - "hash": "e6bf09843dd4f9a11ea3def7d6103e3977ed8ab84daf3e3570c4c65f2df443e8", + "url": "https://releases.hashicorp.com/terraform/1.5.1/terraform_1.5.1_windows_amd64.zip", + "hash": "d134caec3833ee508b58c7956439e96807a1a0e0006847ba14c88221f728154c", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" }, "32bit": { - "url": "https://releases.hashicorp.com/terraform/1.5.0/terraform_1.5.0_windows_386.zip", - "hash": "a03bf7987aa507d2f41c9f016c93c9b15b1d67c7e4a0034b41a1b5a8a0572e34", + "url": "https://releases.hashicorp.com/terraform/1.5.1/terraform_1.5.1_windows_386.zip", + "hash": "33c7158e832fbf3c03eace67742e6abadc075b25a91971598390094396e5c34a", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" } },