eks 구축 완료
This commit is contained in:
@ -4,4 +4,8 @@ output "endpoint" {
|
||||
|
||||
output "kubeconfig-certificate-authority-data" {
|
||||
value = "${aws_eks_cluster.eks-cluster.certificate_authority.0.data}"
|
||||
}
|
||||
}
|
||||
|
||||
output "cluster_name" {
|
||||
value = aws_eks_cluster.eks-cluster.name
|
||||
}
|
||||
|
Reference in New Issue
Block a user