Merge pull request #122 from ArseniiPetrovich/upd_tf_path

Move terraform variable to correct file
This commit is contained in:
Victor Baranov 2019-05-20 18:02:23 +03:00 committed by GitHub
commit 8f5a3eec0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,5 @@
# 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
blockscout_repo: https://github.com/poanetwork/blockscout

View File

@ -1,5 +1,8 @@
# Infrastructure related variables
## Exact path to the TF binary on your local machine
terraform_location: "/usr/local/bin/terraform"
## Name of the DynamoDB table where current lease of TF state file will be stored
dynamodb_table: "poa-terraform-lock"