Skip to content

Example Terraform plan for provisioning a Windows Server on Azure with WinRM

Notifications You must be signed in to change notification settings

jmassardo/Azure-WinRM-Terraform

Repository files navigation

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

About

Example Terraform plan for provisioning a Windows Server on Azure with WinRM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published