This message was deleted.
# general
s
This message was deleted.
b
You can use conditionals based off of your stack name
Copy code
if (pulumi.getStack() == "prod") {
   ...
else {
   ...
}
f
But aren’t the access tokens coming from outside in a config?
b
You can have different configurations per stack
f
Ah nice
Thanks