opentofu/website/config.rb
Paul Hinze f1f214f03d
v0.6.8
2015-12-02 15:06:55 +00:00

8 lines
171 B
Ruby

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