Hi there :wave: I'm trying to convert my pulumi y...
# general
e
Hi there 👋 I'm trying to convert my pulumi yaml project to typescript and, after being able to successfully generate the typescript program, I'm a bit confused by the result I got from
pulumi up
. For some reason I don't quite understand, pulumi wants to replace all resources in my stack. Is that the expected behavior somehow? I didn't find anything in the docs that could explain this as well.