eks_endpoint_public_access |
Indicates whether or not the Amazon EKS API server is public |
bool |
true |
no |
eks_version |
Desired Kubernetes master version |
string |
"1.15" |
no |
identifier |
The name for the cluster |
string |
n/a |
yes |
public_access_cidrs |
Indicates which CIDR blocks can access the Amazon EKS API server endpoint |
list(string) |
[ “0.0.0.0/0” ] |
no |
security_group_ids |
List of security group IDs to allow communication between your worker nodes and the Kubernetes control plane |
list(string) |
[] |
no |
subnet_ids |
List of subnet IDs. Must be in at least two different availability zones |
list(string) |
n/a |
yes |
tags |
Tags to be applied to the resource |
map |
{} |
no |