terraform: Update to version 1.2.6

This commit is contained in:
github-actions[bot] 2022-07-27 16:30:55 +00:00
parent c8454fba80
commit 3f222472ea

View File

@ -1,17 +1,17 @@
{
"version": "1.2.5",
"version": "1.2.6",
"description": "Create and manage infrastructure as code using simple declarative configuration files.",
"homepage": "https://www.terraform.io",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/1.2.5/terraform_1.2.5_windows_amd64.zip",
"hash": "94e15cc757b6542a0df436004146e81a2f80d9bba49b5b2f7fe5b91f27a19b4b",
"url": "https://releases.hashicorp.com/terraform/1.2.6/terraform_1.2.6_windows_amd64.zip",
"hash": "1e3c884cf32879646f97b8b6a253686710eb6e445d44097580a27511a49db88b",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/1.2.5/terraform_1.2.5_windows_386.zip",
"hash": "bbbe1e05a4f0226198a143d9f6bfb1678720d8c6eee455eee52117fd4d138217",
"url": "https://releases.hashicorp.com/terraform/1.2.6/terraform_1.2.6_windows_386.zip",
"hash": "f26acca0060c42c0e6fb81d268fbf4ab9baac3d5f34c8263ecdb48c0a78f905b",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}
},