Description
Sometimes it happens that you need to fix something manually via terraform state commands.
Do you support terraform state/import commands?
It would be great if user could just type digger state list/mv/rm
or digger import...
directly in PR comment and get the result in the next comment from digger
Raised by Igor Pinchuk (from commonground ai)
--
Thought (by Igor Z): this is another pointer towards the "state manager" piece; the UI demoware we have also points this way (list of projects). Admin flow is the same thing - operations on projects (each of them corresponding to a piece of state). UI or CLI or API that doesn't change the fact that our tool needs to support these operations one way or another. And this in turn boils down to the "source of truth" question, it is a fork in the road in some sense: if the source of truth for projects is digger.yml that's a completely different route vs the source of truth being in the DB (cloud or self-hosted). Some deeper product thinking needed
tagging @motatoes