This message was deleted.
# automation-api
s
This message was deleted.
h
how do i even proceed? it's not allowing me to even destroy the cluster - same error
l
refers to unknown provider
Are you using inline programs? Typically this means you're referencing a variable from a previous program run (IE global state somewhere in you inline program)
You can't cache resources or providers between program runs, they must be created every time your inline program executes in order to populate the desired state graph.