gorgeous-minister-41131
01/19/2023, 1:18 AMoutput
things I wanted other modules or states to be able to re-use. Is this something one could do in pulumi as well using pulumi.Output()
and a bunch of namespace configs?little-cartoon-10569
01/19/2023, 2:04 AMpulumi.Output()
specifically (though that would be used in the implementation). You would use a separate project, probably with only one stack (or at least, very few). And you would get shared configuration from that project/stack through stack references.echoing-dinner-19531
01/19/2023, 11:23 AMgorgeous-minister-41131
01/19/2023, 9:21 PMpulumi.export()
on.
This could be a simple stop-gap until global configuration becomes a thing as Fraser mentioned and shouldn't be too hard for me to switch away from.