Move terraform variable to correct file

This commit is contained in:
ArseniiPetrovich 2019-05-16 22:29:34 +03:00
parent 20ef7f1e05
commit 9dec1ab491
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"