opentofu/website/config.rb
James Nugent 0c5c54e7b6
v0.6.15
2016-04-22 18:29:43 +00:00

8 lines
172 B
Ruby

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