7 lines
197 B
HCL
7 lines
197 B
HCL
output "endpoint" {
|
|
value = "${aws_eks_cluster.eks-cluster.endpoint}"
|
|
}
|
|
|
|
output "kubeconfig-certificate-authority-data" {
|
|
value = "${aws_eks_cluster.eks-cluster.certificate_authority.0.data}"
|
|
} |