Hello guys, is there a way how to force recreation...
# typescript
r
Hello guys, is there a way how to force recreation of resource when property is changed instead of just update.?
w
Only if the property itself requires replacement. Either change a property that does require replacement, or use
--target-replace
See https://www.pulumi.com/docs/reference/cli/pulumi_up/.