output "vpc_id" { description = "The ID of the VPC" value = module.vpc.vpc_id } output "configure_kubectl" { description = "Configure kubectl: make sure you're logged in with the correct AWS profile and run the following command to update your kubeconfig: aws eks update-kubeconfig --name <clusterName>" value = module.eks.cluster_name }