careful-motherboard-93259
11/12/2021, 1:56 AMpulumi preview --json
output from them. I'm struggling to get this output to be deterministic. Each time I generate it, the resources are in a different order.
Is there a way around this?pulumi import
can read (in import/resources
)
2. use pulumi import
to generate TypeScript files for each resource type (in import/src
)
3. run a pulumi preview
on the TypeScript files to parse them into a summary output.
If there's a simpler way to do this I'd love to hear about it!little-cartoon-10569
11/12/2021, 2:48 AMjq
and its sort capabilities?careful-motherboard-93259
11/12/2021, 6:00 PMlittle-cartoon-10569
11/14/2021, 7:39 PMcareful-motherboard-93259
11/17/2021, 12:13 AM