millions-river-14466
10/28/2024, 8:46 PM{name: string}
and Output has {name: string, code: string}
... when I try to later use object.code
(so: the "extra" data element on the Output not present in the Input) it is undefined, event though the value exists in the state store (running pulumi stack export > stack.txt
shows the object with a populated code
field under outputs).
I would also be looking for code examples of dynamic providers, specifically where the Output has more data elements than the Input. (All of the examples provided by Pulumi themselves have the Input === Output.)lively-crayon-44649
10/29/2024, 3:28 PMmillions-river-14466
10/29/2024, 3:29 PMlively-crayon-44649
10/29/2024, 3:31 PMlively-crayon-44649
10/29/2024, 3:31 PM