Skip to content

Commit

Permalink
chore: Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyovriakh committed Feb 8, 2024
1 parent 4635274 commit 1fe6ae3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions modules/services/eks/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
output "eks_clusers" {
value = local.clusters
}

// DEBUG ONLY
output "eks_clusers_api_enabled" {
value = [for cluster in local.api_enabled_clusters : cluster.name]
output "onboarded_clusters" {
value = [for cluster in local.clusters : cluster.name]
}

0 comments on commit 1fe6ae3

Please sign in to comment.