eks 구축 완료

This commit is contained in:
2022-12-29 00:52:17 +09:00
parent ee0d78b284
commit 2281b27e7a
6 changed files with 67 additions and 20 deletions

View File

@ -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
}