opentofu/website/config.rb
James Nugent 1f627a8a0b
v0.6.13
2016-03-16 11:03:08 +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.13"
h.github_slug = "hashicorp/terraform"
end