Skip to content

Commit 3d5f6ea

Browse files
committed
update readme
1 parent 812c1b0 commit 3d5f6ea

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
# tf-playground
2-
Terraform code for public personal projects
1+
# Description
2+
This is terraform code that will build a playground environment for development environment.
3+
4+
## Modules
5+
### IAM Identity Center
6+
A module that allows a user to set up SSO and create users, groups, and permission sets.
7+
8+
### EKS
9+
A module that will configure an EKS cluster and the required IAM role and permissions.
10+
11+
### Spot Fleet
12+
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.
13+
14+
###
15+
VPC
16+
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.
17+

0 commit comments

Comments
 (0)