sparse-intern-71089
12/28/2020, 4:38 AMbitter-coat-39627
12/28/2020, 4:43 AMnew Config()
as well, but it seemed to be looking in the correct one originally as well 🤔tall-librarian-49374
12/28/2020, 7:33 AMnew Config
looks for config values named dotnettestservice:foo
. You should either
a) Change you yaml
files to contain settings called dotnettestservice:environment
b) Leave the config files as-is and change your code to var config = new Config("app"); config.Require("environment");
tall-librarian-49374
12/28/2020, 7:34 AMpulumi config set environment test
will automatically add the project name to the YAML file. Give it a try.bitter-coat-39627
12/28/2020, 2:14 PMtall-librarian-49374
12/28/2020, 2:20 PM