any way to get pulumi to re-output the generated c...
# general
m
any way to get pulumi to re-output the generated code from a
pulumi import
? i imported a lot of things using TMUX and...yeah
b
delete the resoruce from state and reimport?
Copy code
pulumi state delete <urn>
m
😬
works i guess, but a little scary
b
shouldn't feel scary, if the resource isn't in the state, pulumi "forgets" it. Importing it readds it to the state and generates the code that matches it
l
Weird eh..
pulumi state delete
is safer than commenting code out 🙂
m
things to get used to i guess