terraform: Update to version 1.9.5

This commit is contained in:
github-actions[bot] 2024-08-20 20:27:45 +00:00
parent 5852048d91
commit 0ed5ef338b

View File

@ -1,17 +1,17 @@
{
"version": "1.9.4",
"version": "1.9.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.9.4/terraform_1.9.4_windows_amd64.zip",
"hash": "d9b0dcc5e7d31a290bf77f662a969d45e5ed1b760b4c2e0e2ab2770ba426d27f",
"url": "https://releases.hashicorp.com/terraform/1.9.5/terraform_1.9.5_windows_amd64.zip",
"hash": "61215a66b478ac8143e3c5c3de8b5b604a36ac5b40b94d10b8500da23c9bfce9",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/1.9.4/terraform_1.9.4_windows_386.zip",
"hash": "0978dcff8b2cd0358881408a882f8c7ea44be5f8c3512238f3d7b6ee61454e95",
"url": "https://releases.hashicorp.com/terraform/1.9.5/terraform_1.9.5_windows_386.zip",
"hash": "da8023a3ba045185d129b6d5953f1c07979425b4019b641939784872f57efdad",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}
},