sparse-intern-71089
03/23/2020, 10:36 PMgentle-diamond-70147
03/23/2020, 11:13 PMaws
context and for non-AWS use the "default". e.g.
const awsConfig = new pulumi.Config("aws");
const configRegion = awsConfig.require("region");
const config = new pulumi.Config();
const otherValue = config.require("otherValue");
gentle-diamond-70147
03/23/2020, 11:16 PMsalmon-account-74572
03/23/2020, 11:16 PM