All Projects → dhoer → terraform_examples

dhoer / terraform_examples

Licence: MIT License
Terraform AWS Windows examples

Programming Languages

HCL
1544 projects
Smarty
1635 projects

Projects that are alternatives of or similar to terraform examples

standalone-configuration-management
Basic examples of how to use each of chef, puppet, salt and ansible as standalone configuration management systems.
Stars: ✭ 14 (-82.05%)
Mutual labels:  examples, chef
Azure-WinRM-Terraform
Example Terraform plan for provisioning a Windows Server on Azure with WinRM
Stars: ✭ 19 (-75.64%)
Mutual labels:  chef, winrm
rundeck
Development repository for the rundeck cookbook
Stars: ✭ 45 (-42.31%)
Mutual labels:  chef
jenkinsfile cookbook pipeline
Example Jenkinsfile and Explaination for Chef Cookbook Development
Stars: ✭ 36 (-53.85%)
Mutual labels:  chef
smartmontools
Development repository for the smartmontools cookbook
Stars: ✭ 12 (-84.62%)
Mutual labels:  chef
sysctl
Development repository for the sysctl cookbook
Stars: ✭ 43 (-44.87%)
Mutual labels:  chef
Crypto-API-Rules
This repository contains all CrySL rules currently used in the crypto assistant CogniCrypt.
Stars: ✭ 16 (-79.49%)
Mutual labels:  examples
terraform-openstack
Create multiple instances with floating ip assigning on openstack using terraform.
Stars: ✭ 33 (-57.69%)
Mutual labels:  examples
chef-alfresco
A build automation tool that provides a modular, configurable and extensible way to install an Alfresco architecture
Stars: ✭ 42 (-46.15%)
Mutual labels:  chef
ShadowEditor-examples
ShadowEditor Demo. https://tengge1.github.io/ShadowEditor-examples/
Stars: ✭ 33 (-57.69%)
Mutual labels:  examples
code-examples
Short code snippets written by our open source community!
Stars: ✭ 60 (-23.08%)
Mutual labels:  examples
form examples
TYPO3 extension. Ships several examples for the TYPO3 Form Framework, e.g. an upload form or a custom email template with personalized salutation. Includes translation examples (both global and specific).
Stars: ✭ 30 (-61.54%)
Mutual labels:  examples
examples
Example code for the Quarkus for Spring Developers eBook
Stars: ✭ 22 (-71.79%)
Mutual labels:  examples
spark-lucenerdd-examples
Examples of spark-lucenerdd
Stars: ✭ 15 (-80.77%)
Mutual labels:  examples
push-jobs-cookbook
Development repository for Chef Cookbook push-jobs
Stars: ✭ 21 (-73.08%)
Mutual labels:  chef
nssm
Chef cookbook to install the Non-Sucking Service Manager
Stars: ✭ 12 (-84.62%)
Mutual labels:  chef
go-design-pattern
go的设计模式实例
Stars: ✭ 45 (-42.31%)
Mutual labels:  examples
Wox.Plugin.Choco
Wox Plugin for Chocolatey
Stars: ✭ 17 (-78.21%)
Mutual labels:  chocolatey
Unity3D-JobsSystemAndBurstSamples
Examples of using the Job System in Unity 2018
Stars: ✭ 46 (-41.03%)
Mutual labels:  examples
sql server
Development repository for the sql_server cookbook
Stars: ✭ 60 (-23.08%)
Mutual labels:  chef

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/encrypted_data_bag_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 encrypted_data_bag_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.

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].