переменные terragrunt -structure-live-example не устанавливаются - PullRequest
0 голосов
/ 10 декабря 2018

Я пытаюсь реализовать инфраструктуру 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#L25

Заранее благодарю за помощь.

...