Skip to content

andy-dufour/deltron

 
 

Repository files navigation

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 49.9%
  • HTML 33.0%
  • Smarty 8.5%
  • Shell 6.7%
  • Ruby 1.9%