We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b05c3 commit 57452d1Copy full SHA for 57452d1
modules/eks/outputs.tf
@@ -1,7 +1,7 @@
1
-output "endpoint" {
2
- value = aws_eks_cluster.this.endpoint
3
-}
+# output "endpoint" {
+# value = aws_eks_cluster.this.endpoint
+# }
4
5
-output "kubeconfig-certificate-authority-data" {
6
- value = aws_eks_cluster.this.certificate_authority[0].data
7
+# output "kubeconfig-certificate-authority-data" {
+# value = aws_eks_cluster.this.certificate_authority[0].data
outputs.tf
@@ -7,6 +7,6 @@ output "private_subnets" {
value = module.network.private_subnet_cidr_block
8
}
9
10
-output "eks_endpoint" {
11
- value = module.eks.endpoint
12
+# output "eks_endpoint" {
+# value = module.eks.endpoint
0 commit comments