terraform/website/config.rb

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