I was pleasantly surprised to learn about the terraform validate
entry in the command palette today. I will be using it a lot starting from now.
As a moderate terraform engineer with a strong background in .NET and TypeScript I was expecting that red squiggly lines would appear automatically.
Maybe there is already some way I can run the terraform validate
entry in the command palette on every save?
And where can I track the background process that is executing terraform validate
? As there is a multi second delay between the kick off and the eventual results, I would expect some progress indicator.