What is terraform validate ?
The “terraform validate” command is used when you want to check if your syntax is valid or not, if you are using any undefined arguments in your blocks and also if you are using a variable that is not defined.
These checks are made to ensure your ter...
ritushinde.hashnode.dev2 min read