Hi, I'm new to Pulumi . I have 3 micro pulumi projects in YAML language which create azure infrastructure. is there any way I can wrap all of them and run in one go?
Basically, i want to run all three projects in a nested manner. project 1 , project 2 and project 3 something like project x will call all three projects?