Hey everyone, Anyone knows the answer to this?
# java
g
Hey everyone, Anyone knows the answer to this?
m
Hello, I am experimenting with Pulumi as well inside of a multi-module gradle project. However, this is only in one project. How do you see your file tree looking? Would each project have it's own piece of infra? We are thinking of making one project represent the infrastructure. However, if you want each project to control it's infra, and have a base infra project/app to control things like ECR, Kubernetes cluster or ECS, I'd recommend having a look at Pulumi stacks, as this would solve the second option. Each app's infra is declared by a Pulumi stack with the Pulumi program written in the app itself. Just some ideas I've come up with playing with Pulumi for a little more than a week 🙂