When I log into my aws console I see the vpc id as "vpc-6856c210" however on my server through the aws cli I see "vpc-82fe07e9"
When I try to run a terraform script I get an error if i use 'vpc-6856c210' saying the VPC does not exist.
If I run the script using the 'vpc-82fe07e9' id it will run and I can see the instances in the cli however not the console.
Shouldn't they match? I am new to AWS and on the free tier