mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 04:01:09 -04: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.7.3"
|
|
h.github_slug = "hashicorp/terraform"
|
|
end
|