terraform: Update to version 1.6.5

This commit is contained in:
github-actions[bot] 2023-11-29 12:30:32 +00:00
parent e1bd0decc3
commit c2f3d6d8d2

View File

@ -1,17 +1,17 @@
{ {
"version": "1.6.4", "version": "1.6.5",
"description": "Create and manage infrastructure as code using simple declarative configuration files.", "description": "Create and manage infrastructure as code using simple declarative configuration files.",
"homepage": "https://www.terraform.io", "homepage": "https://www.terraform.io",
"license": "BUSL-1.1", "license": "BUSL-1.1",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/terraform/1.6.4/terraform_1.6.4_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/1.6.5/terraform_1.6.5_windows_amd64.zip",
"hash": "eb377e261497a9de1f5c19a711f9b1918bd2755699cb5cb49408493637664250", "hash": "5c4644f8c83f3851b70e3c3a52c68e36949b1f8436617577a69af162b4a3c815",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/terraform/1.6.4/terraform_1.6.4_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/1.6.5/terraform_1.6.5_windows_386.zip",
"hash": "ab55f4cac284bc014976e4d8f7db3959f867ece25ec04239f017d6c4f7d2adba", "hash": "f19e749bff7c5a44c07aa8ec7efe8e3986105691b92df93f62de22efb523a983",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
} }
}, },