From cc07947eb55227592d92180cbb080cd5243d56b0 Mon Sep 17 00:00:00 2001 From: mcgin314 Date: Thu, 12 Sep 2024 11:03:21 -0400 Subject: [PATCH] Bug fix where access entries output was duplicated --- outputs.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/outputs.tf b/outputs.tf index b857692..2275ab9 100644 --- a/outputs.tf +++ b/outputs.tf @@ -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 -}