Hey, is there a way to load configuration values a...
# getting-started
p
Hey, is there a way to load configuration values as structured data? I tried setting a key to an object in the YAML, and it's coming back as a JSON string. Also, how can I make pulumi.Config run in a regular python script executed outside of pulumi? I tried setting PULUMI_CONFIG in the environment but it didn't seem to work.