opentofu/website/config.rb
2016-02-01 19:16:01 +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.11"
h.github_slug = "hashicorp/terraform"
end