Hey folks! I've been dipping my toes into the Java...
# java
r
Hey folks! I've been dipping my toes into the Java side of Pulumi, especially around testing - huge thanks to @microscopic-pilot-97530 for setting me well on the way. I was wondering if anyone is aware of a way to expose a test configuration that will satisfy
Config.require
statements, given that the config comes from
Context
. I read that you can set an env variable
PULUMI_CONFIG="{ 'project:comp.environment': 'test' }"
and tried that, but it hasn't worked. Any suggestions?