If AWS VPC that is specified in config_file.yml under key vpc_id is not set to default VPC on AWS, the terraform apply process fails with the following error:
Error: Error applying plan:
1 error occurred:
* module.ec2.aws_instance.image_atm: 1 error occurred:
* aws_instance.image_atm: Error launching source instance: VPCIdNotSpecified: No default VPC for this user
status code: 400, request id: xxx
If AWS VPC that is specified in config_file.yml under key vpc_id is not set to default VPC on AWS, the terraform apply process fails with the following error: