(my) current development workflow:
- write a code.
- hope it is accurate
- terra apply
- fix the errors
- repeat
In the case of brand new development - that is fine. But as env matures, I’m fixing/altering existing code that was already deployed.
That means that I’m using “data” more and more often.
question:
is there a way to have the values presented in your IDE of choice from “data” elements, so that I don’t have to “apply” to see the errors…
The ability to apply “filter” and immediately see the results is probably one of the best examples…