Skip to content

"required field is not set" using Terraform 0.11 #16683

@joshuaspence

Description

@joshuaspence

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions