Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 763 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 763 Bytes

Azure-WinRM-Terraform

Summary

This is an example of using Terraform to provision a Windows 2019 server on Azure using a WinRM HTTP listener. It also shows how to provision and execute a configuration script, in this case, it sets up the Habitat Supervisor as a Windows service.

Usage

To provision using this sample, follow these steps:

  • Clone this repo
  • Copy tfvars.example to terraform.tfvars
  • Update the items in terrafrom.tfvars with your info
  • Depending on your auth type with Azure, you may need to create a ~/.azure/credentials or run az login. More info about authentifcation with Terraform and Azure here.
  • Run terraform apply