Skip to content

Commit

Permalink
Eks (#9)
Browse files Browse the repository at this point in the history
* test adding groups and memberships

* fix syntax

* add back in data block

* fix syntax

* add group changes

* remove duplicate resource group

* test chatgpt code

* try and fix group assocation

* bad

* add in daily commit

* update readme

* Update README.md
  • Loading branch information
zachrundle authored Aug 24, 2024
1 parent 517aa7c commit b876b00
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# 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 b876b00

Please sign in to comment.