Provides a module for terraform.
No requirements.
No provider.
Name | Description | Type | Default | Required |
---|---|---|---|---|
eks_module_cluster_name | Name of the EKS cluster. Also used as a prefix in names of related resources. | string |
"my-cluster" |
no |
eks_module_cluster_version | Kubernetes version to use for the EKS cluster. | string |
"1.18" |
no |
eks_module_worker_groups | A list of maps defining worker group configurations to be defined using AWS Launch Configurations. See workers_group_defaults for valid keys. | any |
[ |
no |
vpc_module_cidr | The CIDR block for the VPC. | string |
"10.0.0.0/16" |
no |
No output.