Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenomitch committed Jun 23, 2022
0 parents commit d6747a4
Show file tree
Hide file tree
Showing 12 changed files with 908 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.tool-versions
.terraform
.terraform.lock.hcl
terraform.tfstate
terraform.tfstate.backup
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Quick Nomad Stack (AWS)

This is terraform code for setting up Nomad on AWS.

This sets up Nomad servers, a Nomad client autoscaling group, load balancers
for servers and client workloads, and subnets + security groups.

### Dependencies

- Terraform 12+
- AWS Account Key and Secret
Loading

0 comments on commit d6747a4

Please sign in to comment.