All Projects → jmassardo → Azure-WinRM-Terraform

jmassardo / Azure-WinRM-Terraform

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

Programming Languages

shell
77523 projects
HCL
1544 projects
Dockerfile
14818 projects
powershell
5483 projects

Projects that are alternatives of or similar to Azure-WinRM-Terraform

chef-web-docs
All The Documentation
Stars: ✭ 117 (+515.79%)
Mutual labels:  chef, habitat
terraform examples
Terraform AWS Windows examples
Stars: ✭ 78 (+310.53%)
Mutual labels:  chef, winrm
Libchef
🍀 c++ standalone header-only basic library. || c++头文件实现无第三方依赖基础库
Stars: ✭ 178 (+836.84%)
Mutual labels:  chef
Packer
Packer helpers and templates for Docker, IIS, SQL Server and Visual Studio on Windows and Ubuntu
Stars: ✭ 242 (+1173.68%)
Mutual labels:  chef
Chef Bcpc
Bloomberg Clustered Private Cloud distribution
Stars: ✭ 205 (+978.95%)
Mutual labels:  chef
Chef Client
Development repository for Chef Client cookbook
Stars: ✭ 183 (+863.16%)
Mutual labels:  chef
Chef Cookbook
Development repository for Chef cookbook RabbitMQ
Stars: ✭ 212 (+1015.79%)
Mutual labels:  chef
Kitchen Dokken
Test Kitchen driver/provisioner for lightning faster Chef Infra cookbook testing with Docker
Stars: ✭ 172 (+805.26%)
Mutual labels:  chef
chef-drone
Chef cookbook for Drone
Stars: ✭ 23 (+21.05%)
Mutual labels:  chef
Apt
Development repository for the apt cookbook
Stars: ✭ 201 (+957.89%)
Mutual labels:  chef
Arcgis Cookbook
Chef cookbooks for ArcGIS
Stars: ✭ 227 (+1094.74%)
Mutual labels:  chef
Knife Vsphere
Chef knife plug-in for VMware vSphere
Stars: ✭ 200 (+952.63%)
Mutual labels:  chef
Mcw Cloud Native Applications
MCW Cloud-native applications
Stars: ✭ 184 (+868.42%)
Mutual labels:  chef
Oh My Vpn
Setup your own OpenVPN server in 30 seconds!
Stars: ✭ 220 (+1057.89%)
Mutual labels:  chef
Macos Cookbook
A Chef cookbook used to provision macOS
Stars: ✭ 183 (+863.16%)
Mutual labels:  chef
Windows
Development repository for Chef Cookbook windows
Stars: ✭ 251 (+1221.05%)
Mutual labels:  chef
Chef Server
Cookbook to install standalone Chef Server
Stars: ✭ 173 (+810.53%)
Mutual labels:  chef
Supermarket
Chef's community platform
Stars: ✭ 192 (+910.53%)
Mutual labels:  chef
Kitchen Ec2
A Test Kitchen Driver for Amazon EC2
Stars: ✭ 211 (+1010.53%)
Mutual labels:  chef
fmw-chef-cookbook
Official repository of samples that show how to use Chef to provision Oracle Fusion Middleware (FMW) products.
Stars: ✭ 43 (+126.32%)
Mutual labels:  chef

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].