This message was deleted.
# general
s
This message was deleted.
c
Can you confirm that when you run
pulumi up
you are executing the latest version/build of your program? Could it be that the version Pulumi is running has some older build of the code?
My understanding is that error comes as a result of calling
pulumi.Config.require
somewhere. (Perhaps in a component library?) Having a stack reference to another stack whose program requires some config setting shouldn’t matter.
f
This may have something to do with a Pulumi update - running into another issue as well. Investigating.
This error came from the IDE automatically importing a variable from another Pulumi stack. Oops.
👍🏽 1