- output "cluster_name" {
- description = "EKS cluster name."
- value = module.eks.cluster_name
- }
- output "cluster_endpoint" {
- description = "EKS cluster endpoint."
- value = module.eks.cluster_endpoint
- }
- output "configure_kubectl" {
- description = "Command to configure kubectl for this example cluster."
- value = module.eks.configure_kubectl
- }
|