opentofu/website/config.rb
James Nugent 6e586c8939
v0.6.16
2016-05-09 20:31:07 +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.16"
h.github_slug = "hashicorp/terraform"
end