Hello, anyone have a reference on how to handle re...
# python
l
Hello, anyone have a reference on how to handle resources deleted out of band for a DynamicProvider? Calling stack.refresh() doesn't seem to inform them to be removed from state like I would expect (it still always tries to delete a non-existing resource)
e
Does your dynamic provider implement Read?