The terraform plan is to create eks
cluster, node-groups and bootstrap cluster permssions and security groups
Name | Description | Type | Default | Required |
---|---|---|---|---|
cluster_name | The name of the eks cluster | string |
null | yes |
map_users | system.master users to access the cluster |
list(object) |
null | yes |
node_groups | node-groups configuraiton | map(object{}) |
"node" = { |
yes |
None
Name | Version |
---|---|
terraform | >= 1.0.1 |
aws | >= 4.20.1 |