terraform: Update to version 1.5.0

This commit is contained in:
github-actions[bot] 2023-06-12 12:31:30 +00:00
parent 3d787d94c2
commit 0813814fdd

View File

@ -1,17 +1,17 @@
{
"version": "1.4.6",
"version": "1.5.0",
"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.4.6/terraform_1.4.6_windows_amd64.zip",
"hash": "f666aa1388f94c9b86ea01cb884ba53b9132d2cec3d9cac976ad93a2aba901d5",
"url": "https://releases.hashicorp.com/terraform/1.5.0/terraform_1.5.0_windows_amd64.zip",
"hash": "e6bf09843dd4f9a11ea3def7d6103e3977ed8ab84daf3e3570c4c65f2df443e8",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/1.4.6/terraform_1.4.6_windows_386.zip",
"hash": "6baf3a5071043da04d4b7880f2cc30dd85dd05fe01f4aad5e58e27d2a530f96e",
"url": "https://releases.hashicorp.com/terraform/1.5.0/terraform_1.5.0_windows_386.zip",
"hash": "a03bf7987aa507d2f41c9f016c93c9b15b1d67c7e4a0034b41a1b5a8a0572e34",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}
},