https://pulumi.com logo
Title
b

bright-sandwich-93783

06/28/2021, 2:36 AM
If you create a resource in Pulumi, then delete that resource out of band (ex. in the AWS console), would you expect the next run of
pulumi up
to realize this and re-create the instance? This is obviously what TF does but I have just tested this and it doesn't realize the resource got deleted manually.
b

bored-table-20691

06/28/2021, 2:40 AM
I’d typically do a
pulumi refresh
Which should refresh the external state and show the resource no longer exists
b

bright-sandwich-93783

06/28/2021, 2:48 AM
hmm, issue is that refresh fails to complete due to some issue with my K8s cluster 😞
thanks