terraform: Update to version 1.9.1

This commit is contained in:
github-actions[bot] 2024-07-03 16:28:54 +00:00
parent 1d6be4f1a2
commit 829107f53e

View File

@ -1,17 +1,17 @@
{
"version": "1.9.0",
"version": "1.9.1",
"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.0/terraform_1.9.0_windows_amd64.zip",
"hash": "924e336dc78ce363c6262c85136f6208f593d01b82d576ea5be31ebdfbcfea35",
"url": "https://releases.hashicorp.com/terraform/1.9.1/terraform_1.9.1_windows_amd64.zip",
"hash": "31eb0f0ed7e16d543be57f07d461828e63dd06ba2aefef91470f3551f4d7a4ae",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/1.9.0/terraform_1.9.0_windows_386.zip",
"hash": "5771bfb74c5c44f2a4fefc9117731d79b6f0799aa9a399c574b3fec2af83bb40",
"url": "https://releases.hashicorp.com/terraform/1.9.1/terraform_1.9.1_windows_386.zip",
"hash": "d18024c0c7d6cdfff2af8f42f3900673aa15f6d436a24dc6101302d5f3bbd51a",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}
},