https://pulumi.com logo
Title
c

chilly-plastic-75584

01/28/2022, 7:08 PM
Added a few questions in Github discussions (assuming it's used, or should I post on stack overflow with tag?) I plan on going through more pulumi adoption writing and maybe I'll find the answer. In the meantime anyone with experience using pulumi with CI and dealing with config values changing constantly maybe you'll have some insight? https://github.com/pulumi/pulumi/discussions/8875
g

great-sunset-355

01/31/2022, 9:14 AM
Ideally do not put these values in
config.yaml
you can read ENV variable for example.
c

chilly-plastic-75584

02/08/2022, 2:12 AM
Good point. I'll consider that.