Skip to content

Instantly share code, notes, and snippets.

@radeksimko
Created September 26, 2016 08:04
Show Gist options
  • Save radeksimko/a38bd2a6f5527185e34ceefcfc47a15f to your computer and use it in GitHub Desktop.
Save radeksimko/a38bd2a6f5527185e34ceefcfc47a15f to your computer and use it in GitHub Desktop.
Terraform 0.6.16
cask 'terraform' do
version '0.6.16'
sha256 '23feb79263126877e6128a03c600cd626f6691a118a474694c5ad45cc5da9366'
url "https://releases.hashicorp.com/terraform/#{version}/terraform_#{version}_darwin_amd64.zip"
appcast 'https://github.com/hashicorp/terraform/releases.atom',
checkpoint: 'afab489bef8c160cb685e558bc30f1e1b8225f42b4a84febf93bfbbed688b860'
name 'Terraform'
homepage 'https://www.terraform.io/'
license :mpl
binary 'terraform'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment