homebrew-cask/Casks/terraform.rb

25 lines
835 B
Ruby

cask :v1 => 'terraform' do
version '0.3.6'
sha256 '65b4c5bfc34bb0464b691b31ac554132c87ac0c5d7acef936c039777a27dccad'
url "https://dl.bintray.com/mitchellh/terraform/terraform_#{version}_darwin_amd64.zip"
homepage 'http://www.terraform.io/'
license :mpl
binary 'terraform'
binary 'terraform-provider-atlas'
binary 'terraform-provider-aws'
binary 'terraform-provider-cloudflare'
binary 'terraform-provider-cloudstack'
binary 'terraform-provider-consul'
binary 'terraform-provider-digitalocean'
binary 'terraform-provider-dnsimple'
binary 'terraform-provider-google'
binary 'terraform-provider-heroku'
binary 'terraform-provider-mailgun'
binary 'terraform-provider-null'
binary 'terraform-provisioner-file'
binary 'terraform-provisioner-local-exec'
binary 'terraform-provisioner-remote-exec'
end