jmassardo / Azure-WinRM-Terraform

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Shell 76.8%Language:HCL 15.7%Language:Dockerfile 4.2%Language:PowerShell 3.3%