gorgeous-lunch-7514
09/05/2023, 3:20 PMaws:profile
instead of having pulumi look for project:aws:profile
?millions-furniture-75402
09/05/2023, 3:52 PMaws.config.profile
gorgeous-lunch-7514
09/05/2023, 3:53 PMconst awsConfig = new pulumi.Config("aws");
const profile = awsConfig.require("profile");
Insteadmillions-furniture-75402
09/05/2023, 3:53 PMgorgeous-lunch-7514
09/05/2023, 3:54 PMmillions-furniture-75402
09/05/2023, 3:56 PMconst awsUsEast1Provider = new aws.Provider("us-east-1", {
...aws.config,
region: "us-east-1",
});
gorgeous-lunch-7514
09/05/2023, 4:01 PMaws:profile
and aws:region
the expectation is that aws.config
should exist.
I’m probably going to update the code now since I prefer to refer to other stacks for other config items but for stuff like aws I’d rather just use the libs .config
variable.stocky-restaurant-98004
09/05/2023, 9:35 PM