opentofu/website/config.rb
James Bardin 84592f5967
v0.7.4
2016-09-19 19:13:49 +00:00

8 lines
171 B
Ruby

set :base_url, "https://www.terraform.io/"
activate :hashicorp do |h|
h.name = "terraform"
h.version = "0.7.4"
h.github_slug = "hashicorp/terraform"
end