Ao executar o "terraform apply" estou com o seguinte erro abaixo:
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
aws_instance.dev[2]: Creating...
aws_instance.dev[1]: Creating...
aws_instance.dev[0]: Creating...
Error: Error launching source instance: VPCIdNotSpecified: No default VPC for this user
status code: 400, request id: 08d5d86b-ed50-452c-a9d1-56a982fc5e9c
on main.tf line 6, in resource "aws_instance" "dev":
6: resource "aws_instance" "dev" {
Como posso proceder? Obrigado