Skip to content

Commit

Permalink
temp disable outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachrundle committed Aug 16, 2024
1 parent 99b05c3 commit 57452d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions modules/eks/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
output "endpoint" {
value = aws_eks_cluster.this.endpoint
}
# output "endpoint" {
# value = aws_eks_cluster.this.endpoint
# }

output "kubeconfig-certificate-authority-data" {
value = aws_eks_cluster.this.certificate_authority[0].data
}
# output "kubeconfig-certificate-authority-data" {
# value = aws_eks_cluster.this.certificate_authority[0].data
# }
6 changes: 3 additions & 3 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ output "private_subnets" {
value = module.network.private_subnet_cidr_block
}

output "eks_endpoint" {
value = module.eks.endpoint
}
# output "eks_endpoint" {
# value = module.eks.endpoint
# }

0 comments on commit 57452d1

Please sign in to comment.