Merge pull request #119 from ArseniiPetrovich/upd_tf_path

Fix terraform_location variable
This commit is contained in:
Victor Baranov 2019-05-15 17:54:07 +03:00 committed by GitHub
commit bab40861be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# BlockScout related variables # BlockScout related variables
## Exact path to the TF binary on your local machine
terraform_location: "/usr/local/bin/terraform"
## An address of BlockScout repo to download ## An address of BlockScout repo to download
blockscout_repo: https://github.com/poanetwork/blockscout blockscout_repo: https://github.com/poanetwork/blockscout
@ -20,4 +23,4 @@ skip_fetch: false
ps_host: localhost ps_host: localhost
ps_user: myuser ps_user: myuser
ps_password: mypass ps_password: mypass
ps_db: mydb ps_db: mydb