mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-26 22:02:25 -04:00
website: update website to set version
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
activate :hashicorp do |h|
|
||||
h.version = '0.2.2'
|
||||
h.version = ENV['TERRAFORM_VERSION']
|
||||
h.bintray_repo = 'mitchellh/terraform'
|
||||
h.bintray_user = 'mitchellh'
|
||||
h.bintray_key = ENV['BINTRAY_API_KEY']
|
||||
|
||||
Reference in New Issue
Block a user