sparse-intern-71089
11/04/2023, 2:21 PMminiature-musician-31262
11/04/2023, 3:00 PMI have created different modules within one stack ..it's not able to fetch the variables from configuration file (pulumi.yaml) inside each moduleCan you share a bit more detail? It sounds like you've got only one "stack", but multiple
Pulumi.yaml
files sounds you may have multiple stacks. If you explain a bit more what you're trying to read and from where, it'd be easier to make some recommendations.numerous-insurance-47628
11/04/2023, 3:37 PMminiature-musician-31262
11/04/2023, 4:03 PMtree
to show what your directory structure looks like? From your description, it sounds like this:
.
├── project-a
│ ├── Pulumi.yaml
│ ├── Pulumi.dev.yaml
└── project-b
│ ├── Pulumi.yaml
│ ├── Pulumi.dev.yaml
└── __main__.py
Is that what you have? Or something different?numerous-insurance-47628
11/04/2023, 5:13 PM.
├── az storage
│ ├── main.py
│ ├── Pulumi.yaml
└── az aks
│ ├── main.py
│ ├── Pulumi.yaml
└── __main__.py
miniature-musician-31262
11/04/2023, 5:54 PM__main__.py
trying to read from the other main.py
files, or from the `Pulumi.yaml`s? Wondering what it is you're trying to read exactly.
• What's the error you get when you try to run pulumi up
?