ScoopInstaller_Main/bucket/terraform.json
Mark Beacom 0e9dd52e88
terraform: Update license to BUSL-1.1 (#5183)
* Fix #5182 - Update Terraform license to BSL-1.1

* Update bucket/terraform.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

---------

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2023-10-19 10:49:37 +05:30

37 lines
1.4 KiB
JSON

{
"version": "1.6.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.6.2/terraform_1.6.2_windows_amd64.zip",
"hash": "3987aacb78c1b05d94e52ae2c9ebd1536e7f012590d2d0874525b6dc4448062e",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/1.6.2/terraform_1.6.2_windows_386.zip",
"hash": "eea3df39a6d8ffa13e4b7147a29862e6fe9c3abd8153428275aeabdb98cead43",
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
}
},
"bin": "terraform.exe",
"checkver": {
"url": "https://releases.hashicorp.com/terraform/",
"regex": "terraform_([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/$version/terraform_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/$version/terraform_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/terraform_$version_SHA256SUMS"
}
}
}