andy-dufour / deltron

Build Chef Automate with Terraform in AWS!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deltron is a blueprint for creating your own Chef Automate cluster in AWS, using Terraform.

Note: there are still bugs as this is under heavy development

Quickstart

  1. review the variables in main.tf and decide which ones you're going to override
  2. set up your environment variables with the overrides like:
export TF_VAR_aws_region="us-west-2"
export TF_VAR_aws_profile="default"
export TF_VAR_automate_vpc="vpc-fa58989d"
export TF_VAR_automate_subnet="subnet-63c62b04"
export TF_VAR_aws_key_pair_name="mykeypair"
export TF_VAR_aws_key_pair_file="~/.ssh/id_rsa"
export TF_VAR_tag_dept="MyDepartment"
export TF_VAR_tag_contact="My Name"
  1. Copy a chef delivery license file into this directory and name it chef_automate.license
  2. run terraform plan to see what it will do
  3. run terraform apply to build the infrastructure
  4. run terraform destroy to tear everything down

About

Build Chef Automate with Terraform in AWS!


Languages

Language:HCL 50.0%Language:HTML 33.0%Language:Smarty 8.5%Language:Shell 6.7%Language:Ruby 1.9%