opentofu/website/config.rb

8 lines
172 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-05-09 15:31:07 -05:00
h.version = "0.6.16"
2015-10-25 22:58:36 -05:00
h.github_slug = "hashicorp/terraform"
end