Use your own VPC on AWS
---
state:
bucket: ...
lockTable: ...
environments:
production:
aws:
type: provider
vpcId: "vpc-1234567"
rootIp: "19.0.0.0"
app:
type: application
# ... the rest of the configuration here ...Last updated