This message was deleted.
# general
s
This message was deleted.
l
Not a lot of context there, but assuming you're talking about the same .env file as I'm thinking of: .env isn't a Pulumi file. It's used by convention in various technologies to set environment variables during startup. If you're writing to it during runtime, it won't do anything in the same runtime. You could source it while starting new processes or shells. Either way, it's not a particularly Pulumi-related problem.
👍 1
a
I see, thank you for your reply, much appreciated 🙂