-
Notifications
You must be signed in to change notification settings - Fork 10k
Closed
Description
I am trying to update to Terraform 0.11, but running terraform plan
is producing a bunch of errors:
Error: module.mongodb_server.provider.aws: "region": required field is not set
Error: module.rocketchat_web.provider.aws: "region": required field is not set
Error: module.stack.module.consul.module.server_asg.provider.aws: "region": required field is not set
Error: module.stack.module.vpc.module.jumphost.provider.aws: "region": required field is not set
Error: module.stack.module.vpc.provider.aws: "region": required field is not set
I'm trying to come up with some code to reproduce this, but I haven't been able to do so just yet. The command that I am running is terraform plan -var-file terraform.tfvars -var-file ../terraform.tfvars -input=false templates