terraform: Update to version 1.8.5

This commit is contained in:
github-actions[bot] 2024-06-05 12:31:47 +00:00
parent 83aae6b061
commit 0603c61f3d

View File

@ -1,17 +1,17 @@
{
"version": "1.8.4",
"version": "1.8.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.8.4/terraform_1.8.4_windows_amd64.zip",
"hash": "7099c7ec218e6237d3cd403963eeb2bd119c30f1749798f64df1471dbdf1e69d",
"url": "https://releases.hashicorp.com/terraform/1.8.5/terraform_1.8.5_windows_amd64.zip",
"hash": "17f93df5a4021a415f3fd50d2b55c0d093b42c64ea9957ceda55be3aaa91b0e5",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/1.8.4/terraform_1.8.4_windows_386.zip",
"hash": "e1db0a3195043c8871101093ada2f932c96fce7e1537d1b0d1ec6e7fd02396dd",
"url": "https://releases.hashicorp.com/terraform/1.8.5/terraform_1.8.5_windows_386.zip",
"hash": "6aae02b5d4386a6821f344c4aebb3902c032d1d4027e1b634533dc4151e80b78",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}
},