Set base_url
This commit is contained in:
parent
29aa947c3b
commit
342e196967
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue