This message was deleted.
# general
s
This message was deleted.
l
If you want to use your OS environment instead of pulumi.Config, then use your preferred language's environment-accessing features.
You can choose between (for example) DEV_PORT and STAGING_PORT based on the value of
pulumi.getStack()
.
You will be essentially re-inventing the wheel though, since that's exactly what Pulumi config is for.
s
Okay sounds like I should do some more investigation into that, cheers.