Skip to content

Commit

Permalink
Bug fix where access entries output was duplicated (#20)
Browse files Browse the repository at this point in the history
Minor terraform bug fix where access entries appear twice in the outputs
file.
  • Loading branch information
mcgin314 committed Sep 12, 2024
1 parent 2a19cc2 commit 5c6faa2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,3 @@ output "node_group_name" {
description = "name of the node group created for use by karpenter"
value = local.ng_name
}

output "access_entries" {
description = "the access entries created in the cluster"
value = local.access_entries
}

0 comments on commit 5c6faa2

Please sign in to comment.