This purpose of this repository is to provide a terraform setup that spins up a fully functional network setup with 4 subnets, one public, the other three private.
- Copy
variables.tf.exampleasvariables.tfand edit to your account credentials - Copy
user-data.tf.exampletouser-data.tfand edit per your needs - Run
terraform planto see what will be deployed - When satisfied, you can run
terraform applyto have it set up what you want - Edit to add add hosts as needed. There is a simple basic jump host already there.