Creates all resources needed for an EKS cluster
module "this" {
source = "github.com/jjno91/terraform-aws-eks?ref=master"
vpc_id = "your-vpc"
subnet_ids = ["your", "subnets"]
}
The intent with this variable is to allow you to deploy NodePort Kubernetes services, place the worker nodes in ALB target groups via this variable, and then manage ingress directly through Terraform's AWS provider rather than through a SIG Kubernetes controller