dhoer
terraform_examples
HCL

Terraform AWS Windows examples

Last updated Nov 5, 2025
81
Stars
30
Forks
2
Issues
0
Stars/day
Attention Score
26
Language breakdown
HCL 54.5%
Smarty 45.5%
Files click to expand
README

Terraform Examples

These are the missing Terraform AWS Windows examples. Other Terraform examples can be found here: https://github.com/terraform-aws-modules.

AWS Windows

aws-asg-chef

Shows how to use user_data to provision an ASG server instance with Chef.

The user_data script does the following:

  • downloads and install chef-client
  • downloads s3://mybucket/chef-validator.pem and s3://mybucket/encrypteddatabag_secret
  • applies provisioning tag to instance
  • runs chef-client with provided runlist and environment && if successful will apply tags
(Note that Name tag and Chef node/client names will be name appended with the instance id e.g. example-i-a1b2c3d4)
  • removes provisioning tag
Note that IAM must be setup to allow access to Chef server and s3. This example also expects Chef's chef-validator and encrypteddatabag_secret to be downloadable from an S3 bucket. Be sure to change s3 paths accordingly.

aws-winrm-instance

Shows how to use user_data to configure WinRM, open firewall, and set the Administrator password for AWS Window 2012R2 Base image.

aws-ebs-mount

Shows how to use user_data to bring a persistent ebs volume (as D: drive) online.

choco-selenium-grid

Shows how to use chocolatey to install a selenium-grid on windows server.

hub

Shows how to use user_data and chocolatey to install and configure a selenium hub.

nodes

Shows how to use user_data and chocolatey to install and configure a selenium nodes at a higher screen resolution than 1024x768 default.

🔗 More in this category

© 2026 GitRepoTrend · dhoer/terraform_examples · Updated daily from GitHub