ScoopInstaller_Main/terraform.json
Marcus Griep 20ecdbac92 Fix terraform.json (#860)
Previous update updated the version and the zip files to be downloaded but failed to update the hashes.
2016-05-24 07:46:44 +10:00

64 lines
2.4 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.6.15",
"architecture": {
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.6.15/terraform_0.6.15_windows_386.zip",
"hash": "e8d0dd1ce202ac80467333bc45f0bf2d7168d138871737db39868d6dc834305f"
},
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.6.15/terraform_0.6.15_windows_amd64.zip",
"hash": "03f3c74a3c4ca3dc2e77f333217bf6316e79581b9661d8567b5822cc715b22ba"
}
},
"bin": [
"terraform-provider-atlas.exe",
"terraform-provider-aws.exe",
"terraform-provider-azure.exe",
"terraform-provider-azurerm.exe",
"terraform-provider-chef.exe",
"terraform-provider-clc.exe",
"terraform-provider-cloudflare.exe",
"terraform-provider-cloudstack.exe",
"terraform-provider-cobbler.exe",
"terraform-provider-consul.exe",
"terraform-provider-datadog.exe",
"terraform-provider-digitalocean.exe",
"terraform-provider-dme.exe",
"terraform-provider-dnsimple.exe",
"terraform-provider-docker.exe",
"terraform-provider-dyn.exe",
"terraform-provider-fastly.exe",
"terraform-provider-github.exe",
"terraform-provider-google.exe",
"terraform-provider-heroku.exe",
"terraform-provider-influxdb.exe",
"terraform-provider-mailgun.exe",
"terraform-provider-mysql.exe",
"terraform-provider-null.exe",
"terraform-provider-openstack.exe",
"terraform-provider-packet.exe",
"terraform-provider-postgresql.exe",
"terraform-provider-powerdns.exe",
"terraform-provider-rundeck.exe",
"terraform-provider-statuscake.exe",
"terraform-provider-template.exe",
"terraform-provider-terraform.exe",
"terraform-provider-tls.exe",
"terraform-provider-triton.exe",
"terraform-provider-ultradns.exe",
"terraform-provider-vcd.exe",
"terraform-provider-vsphere.exe",
"terraform-provisioner-chef.exe",
"terraform-provisioner-file.exe",
"terraform-provisioner-local-exec.exe",
"terraform-provisioner-remote-exec.exe",
"terraform.exe"
],
"checkver": {
"url": "https://releases.hashicorp.com/terraform/",
"re": "terraform_(\\d+\\.\\d+\\.\\d+)"
}
}