Skip to content

Instantly share code, notes, and snippets.

@gkze
Created July 8, 2015 00:55
Show Gist options
  • Save gkze/51bd3d491389c33e466d to your computer and use it in GitHub Desktop.
Save gkze/51bd3d491389c33e466d to your computer and use it in GitHub Desktop.
require 'formula'
class CBTerraform < Formula
desc "Chartboost monkey-patched Terraform with the aws_route resource"
homepage "https://terraform.io"
url "https://s3.amazonaws.com/chartboost/ops/tools/terraform_0.6.1-dev_dawrin_amd64.tar.gz"
sha256 "eead54352cd136c90e1780d496e3a0dfbd89ab5f9283f4d4e8c2808a39aad836"
head "https://github.com/gkze/terraform.git", :branch => "master"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment