mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
8 lines
171 B
Ruby
8 lines
171 B
Ruby
set :base_url, "https://www.terraform.io/"
|
|
|
|
activate :hashicorp do |h|
|
|
h.name = "terraform"
|
|
h.version = "0.6.9"
|
|
h.github_slug = "hashicorp/terraform"
|
|
end
|