This message was deleted.
# general
s
This message was deleted.
g
Can you elaborate a bit? I'm not following.
b
I have two stacks: xxxx/preprod/network and xxxx/prod/network, the module that supplies those stacks saves config parameters locally in a pulumi.network.yaml file so if I work on preprod then stack select the prod module unless I call pulumi config refresh it freaks out and tries to destroy everything because the configuration variables differ
g
I see now.
Err... I think.
So your module has instituted it's own configuration system, am I understanding that right?
Otherwise the config files would be
Pulumi.preprod.yaml
and
Pulumi.prod.yaml
b
no, I believe the config file takes on the final stack name, since mine is 3 deep it's taking on network
the way I'm organizing is org/env/stack