Just looking at moving my ever-growing terraform c...
# general
g
Just looking at moving my ever-growing terraform configs to pulumi. Looking at the get started tutorials - my first question is (using aws here) what VPC does pulumi deploy resources to by default? Does it use the default aws one, or spin up it's own VPC?
c
Hi, I was looking at this myself yesterday. According to this it seems Pulumi uses the AWS default VPC - https://github.com/pulumi/pulumi-awsx/tree/master/nodejs/awsx/ec2#the-default-vpc
g
Perfect, thanks