any hacks to simulate `terraform state mv`? (I’m u...
# general
b
any hacks to simulate
terraform state mv
? (I’m using pulumi cloud for state management) I moved my app resources inside a Pulumi Component, it looks nice with the nesting in the previews but I’d rather not have to delete the underlying resources it wants to recreate
w
Only hack right now would be to manually export /edit / import the checkpoint and modify the name yourself. (Then verify with preview that things won’t delete on the next update). Better support do this is part of https://github.com/pulumi/pulumi/issues/458, https://github.com/pulumi/pulumi/issues/837 and https://github.com/pulumi/pulumi/issues/1909.