straight-crayon-4578
05/03/2022, 3:13 PMPulumi.yaml
belong?
• Every project directory (github, datadog...) requires a pulumi new
? Otherwise, where I'm supposed to run the new
and up
commands?agreeable-eye-87399
05/03/2022, 4:56 PMEach of these directories is itself a Pulumi program.
so each of those is where the Pulumi.yaml
exists (and where you run the pulumi up
etc etc
in the example, you have three pulumi programs - apps
, datadog
, and github
straight-crayon-4578
05/03/2022, 4:57 PM