Hello community! I'm new to Pulumi and will be mi...
# general
b
Hello community! I'm new to Pulumi and will be migrating a large infrastructure managed entirely by Terraform. I'd like to know how you would recommend structuring a brand-new repository for Pulumi for a large AWS cloud environment, with
dev
,
test
,
staging
,
prod
environments. I'd love to hear how you would structure the repository. I have been thinking the following:
Copy code
.
├── environments
│   └── test
│   └── dev
│   └── staging
│   └── prod
└── src
    ├── network
    ├── rds
    ├── route53
└── shared
    ├──
Thanks in advance!
b
https://leebriggs.co.uk/blog/2023/08/17/structuring-iac DM me if you need consulting expertise in this area