How to check the installed version of Terraform

0 votes

Hi Guys,

I have configured Terraform in the Windows system. I want to check which version I have installed. How can I do that?

Sep 29, 2020 in Terraform by akhtar
• 38,230 points
22,835 views

1 answer to this question.

0 votes

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.

answered Sep 29, 2020 by MD
• 95,440 points

Related Questions In Terraform