Skip to content

Commit 57452d1

Browse files
committed
temp disable outputs
1 parent 99b05c3 commit 57452d1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

modules/eks/outputs.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
output "endpoint" {
2-
value = aws_eks_cluster.this.endpoint
3-
}
1+
# output "endpoint" {
2+
# value = aws_eks_cluster.this.endpoint
3+
# }
44

5-
output "kubeconfig-certificate-authority-data" {
6-
value = aws_eks_cluster.this.certificate_authority[0].data
7-
}
5+
# output "kubeconfig-certificate-authority-data" {
6+
# value = aws_eks_cluster.this.certificate_authority[0].data
7+
# }

outputs.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ output "private_subnets" {
77
value = module.network.private_subnet_cidr_block
88
}
99

10-
output "eks_endpoint" {
11-
value = module.eks.endpoint
12-
}
10+
# output "eks_endpoint" {
11+
# value = module.eks.endpoint
12+
# }

0 commit comments

Comments
 (0)