This message was deleted.
# general
s
This message was deleted.
👀 1
q
Maybe you could utilize the argument of the
pulumi up
command:
Copy code
--config-file string
And provide the path to the config file containing the large amount of config values?
s
I don't know if there are other options, but did you know that stack outputs can also be objects including multiple properties. This way you don't need one output per "global" config value but you can create one output which holds all "global" values.
m
those are both very good ideas, will try them out
l
If you're orchestrating multiple stacks, it may be easier to manage (including shared config) if you wrap them with automation api. https://github.com/pulumi/pulumi/issues/3901
m
@lemon-agent-27707 yeah I will definitely look at that, but I'm waiting for C# version
👍 1
looks like using the --config-file command doesn't work as it uses that to determine the state file, so if you try and use the same config for two projects the second try's to delete the content of the first