thankful-optician-22583
09/26/2019, 12:56 AMPULUMI_CONFIG This means that when we do Pulumi Up the file is loaded as a string and parsed into a map. This would mean that if we wanted to have a hierarchical config structure for the config, we need to append the base config to this env_variable PULUMI_CONFIG .  My suggestion seems so hacky. As a team we decided to create a wrapper class for the config that reads from the pulumi Config class and also from a file. This way we can have a one level hierarchical structure.