if i undestood correctly then you'd like to create...
# general
g
if i undestood correctly then you'd like to create something like
Copy code
.
├── Pulumi.yaml
├── networking
│   ├── routes.yaml
│   ├── subnets.yaml
│   └── vpc.yaml
└── servers
    ├── api1.yaml
    └── api2.yaml