Set base_url

This commit is contained in:
Seth Vargo 2014-10-21 23:21:19 -04:00
parent 29aa947c3b
commit 342e196967
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# Configure Middleman
#-------------------------------------------------------------------------
set :base_url, "https://www.terraform.io/"
activate :hashicorp do |h|
h.version = ENV['TERRAFORM_VERSION']
h.bintray_repo = 'mitchellh/terraform'