86802/how-to-check-the-installed-version-of-terraform
Hi Guys,
I have configured Terraform in the Windows system. I want to check which version I have installed. How can I do that?
Hi@akhtar,
To check the version, launch Windows PowerShell and enter the terraform -version command. It will show all the details of your Terraform. Also to check more you can use terraform --help command.