terraform/website/config.rb

8 lines
171 B
Ruby
Raw Normal View History

2014-10-22 05:21:19 +02:00
set :base_url, "https://www.terraform.io/"
2014-10-13 18:44:38 +02:00
activate :hashicorp do |h|
2015-10-26 04:58:36 +01:00
h.name = "terraform"
2016-10-18 15:36:31 +02:00
h.version = "0.7.7"
2015-10-26 04:58:36 +01:00
h.github_slug = "hashicorp/terraform"
end