테라폼 환경 수정
This commit is contained in:
@ -9,3 +9,7 @@ output "kubeconfig-certificate-authority-data" {
|
||||
output "cluster_name" {
|
||||
value = aws_eks_cluster.eks-cluster.name
|
||||
}
|
||||
|
||||
output "cluster_oidc" {
|
||||
value = "${aws_eks_cluster.eks-cluster.identity[0].oidc[0].issuer}"
|
||||
}
|
Reference in New Issue
Block a user