I'd like to get a list of all remote VPCs from AWS with terraform. I've read the documentation and found two data sources:
- AWS_DEFAULT_VPC
- AWS_VPC
The first one will give you the default VPC and the second one accepts a VPC id and toss out other information such as subnets...
How can I get a list of all VPCs existing in ceratin AWS region (US-West-2 for instance) ?