terraform: Update to version 1.9.2

This commit is contained in:
github-actions[bot] 2024-07-10 12:31:34 +00:00
parent 14d43e5024
commit e4cad1acf6

View File

@ -1,17 +1,17 @@
{
"version": "1.9.1",
"version": "1.9.2",
"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.1/terraform_1.9.1_windows_amd64.zip",
"hash": "31eb0f0ed7e16d543be57f07d461828e63dd06ba2aefef91470f3551f4d7a4ae",
"url": "https://releases.hashicorp.com/terraform/1.9.2/terraform_1.9.2_windows_amd64.zip",
"hash": "801f082d7d015d43cefe40e64bed287687df3567ff0f4552112fc4d0301b90cf",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/1.9.1/terraform_1.9.1_windows_386.zip",
"hash": "d18024c0c7d6cdfff2af8f42f3900673aa15f6d436a24dc6101302d5f3bbd51a",
"url": "https://releases.hashicorp.com/terraform/1.9.2/terraform_1.9.2_windows_386.zip",
"hash": "42f4d4282bb98c19a745d6fce863468be08e0de6c2665838aad499da7f3ab5a8",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}
},