/my-terraform-test

Primary LanguageHCLGNU General Public License v3.0GPL-3.0

Summary

My Terraform test.


Requirements

Requirement Description
terraform Used for creating the environment
vault Used for storing secrets
aws-cli Used for authentication to AWS

How to use

  1. Configuration
    Create a file named "test.tfvars" from the example in ./vars/tfvars
    Change userdata.tpl for your liking
    
  2. Create the environment
    terraform apply --var-file="vars/test.tfvars"

WIP

Fixing vault stuff. Plain text secrets are no good.