From 9dec1ab49135f6b9dfdfdaf45e2d08071ddd5b0e Mon Sep 17 00:00:00 2001 From: ArseniiPetrovich Date: Thu, 16 May 2019 22:29:34 +0300 Subject: [PATCH] Move terraform variable to correct file --- group_vars/blockscout.yml.example | 3 --- group_vars/infrastructure.yml.example | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/group_vars/blockscout.yml.example b/group_vars/blockscout.yml.example index f31ec5d..7d9afd2 100644 --- a/group_vars/blockscout.yml.example +++ b/group_vars/blockscout.yml.example @@ -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 diff --git a/group_vars/infrastructure.yml.example b/group_vars/infrastructure.yml.example index 6532971..6bf11b1 100644 --- a/group_vars/infrastructure.yml.example +++ b/group_vars/infrastructure.yml.example @@ -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"