Guidance on usage: Terraform on Windows Server 2019 DC

Configuration and connection Terraform on Windows Server 2019 DC

For the connection to the server, you should know the IP address of the VM. You can find it in the personal account of Azure. (You need to select the virtual machine from the list. By clicking the item “Overview”, your IP is displayed in the line “Public IP Address”).

Connecting to the server

  1. To connect to the virtual machine, run the “Remote Desktop Connection” shortcut “Win + R”.
  2. In the window that appears, enter “mstsc” and click “OK”.
  1. In the window that appears, enter the IP of the virtual machine and click “Connect”.
  1. In the window that appears, enter your username and password and click “OK”.
  2. Check the box and click “Yes”.
  1. To manage the Terraform server, click the console shortcut on the desktop.
  1. In the opened console you can check the performance of the Terraform server and view its version using the command: terraform -version
  1. To get useful information about Terraform’s available subcommands enter

terraform -help

Now you can use your own Terraform Software Tool on 

Windows Server 2019 DC.

More information in:

What is Terraform | Terraform by HashiCorp

Documentation | Terraform by HashiCorp

Terraform Tutorials – HashiCorp Learn

Terraform