sparse-intern-71089
02/16/2022, 9:22 AMlimited-rainbow-51650
02/16/2022, 10:25 AMindex.ts
, starting line 15 is the function pulumiProgram
creating the resources. Only within the body of this function you may use const config = new pulumi.Config()
.
This function is added to the Stack args on line 69. The args are then passed to the Pulumi Automation API on line 73. Additional stack config is added to it like on line 80.
Does this help you?limited-rainbow-51650
02/16/2022, 10:26 AMbig-state-95297
02/16/2022, 11:25 PM