flat-insurance-25294
01/21/2020, 1:37 AMadventurous-garage-59192
01/21/2020, 1:42 AMflat-insurance-25294
01/21/2020, 1:43 AMlet baseNetwork = new pulumi.Stack("pr-123", {
config: {
someStuff: "test",
},
secrets: {
somePassword: process.env["password"]
}
});
if it doesn’t exist, it creates it.
Every resource created after that is part of that stack.tall-librarian-49374
01/21/2020, 7:49 AM