How can I have a secret at my unit tests? What I m...
# getting-started
s
How can I have a secret at my unit tests? What I mean is if I have the code
Config().get_secret('secret_here')
how can I setup
PULUMI_CONFIG={ "project:secret_here": "..." }
?