Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zachrundle committed Aug 24, 2024
1 parent 812c1b0 commit 3d5f6ea
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# tf-playground
Terraform code for public personal projects
# Description
This is terraform code that will build a playground environment for development environment.

## Modules
### IAM Identity Center
A module that allows a user to set up SSO and create users, groups, and permission sets.

### EKS
A module that will configure an EKS cluster and the required IAM role and permissions.

### Spot Fleet
A module to configure spot fleets and acceptable spot server types that can be used with the EKS module. A future enhancement will be to also leverage Karpenter to help with autoscaling.

###
VPC
A module that will configure the VPC and subnets (based on the amount of AZs in that region). Also has an option to configure a NAT gateway.

0 comments on commit 3d5f6ea

Please sign in to comment.