Переменные terragrunt-structure-live-example не устанавливаются
Я пытаюсь реализовать инфраструктуру terragrunt, используя terragrunt -structure-live-example: https://github.com/gruntwork-io/terragrunt-infrastructure-live-example.
Я в основном следовал процедуре, но я не понимаю, почему terragrunt запрашивает ввод переменных при попытке планирования:
~/workspace/terragrunt-infrastructure-live-example/non-prod/us-east-1/qa/consul$ terragrunt plan
[terragrunt] 2018/12/10 11:56:23 Running command: terraform plan -var-file=~/workspace/terragrunt-infrastructure-live-example/non-prod/us-east-1/qa/consul/../../../account.tfvars
var.aws_region
The AWS region to deploy to (e.g. us-east-1)
Enter a value:
Насколько я понимаю, эти значения должны быть взяты из terraform.tfvars: https://github.com/gruntwork-io/terragrunt-infrastructure-live-example/blob/97be88a78e2e42c38307c778467f72ad43ed53c8/non-prod/us-east-1/qa/consul/terraform.tfvars
Спасибо заранее за вашу помощь.