mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-04 13:17:43 -06:00
11 lines
345 B
Ruby
11 lines
345 B
Ruby
#-------------------------------------------------------------------------
|
|
# Configure Middleman
|
|
#-------------------------------------------------------------------------
|
|
|
|
activate :hashicorp do |h|
|
|
h.version = '0.2.2'
|
|
h.bintray_repo = 'mitchellh/terraform'
|
|
h.bintray_user = 'mitchellh'
|
|
h.bintray_key = ENV['BINTRAY_API_KEY']
|
|
end
|