opentofu/website/config.rb

8 lines
171 B
Ruby
Raw Normal View History

2014-10-21 22:21:19 -05:00
set :base_url, "https://www.terraform.io/"
2014-10-13 11:44:38 -05:00
activate :hashicorp do |h|
2015-10-25 22:58:36 -05:00
h.name = "terraform"
2016-08-02 12:59:44 -05:00
h.version = "0.7.0"
2015-10-25 22:58:36 -05:00
h.github_slug = "hashicorp/terraform"
end