From 606c961eec3426d61132c60057f2d6adbdb6315a Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 16 Jan 2025 23:18:03 -0500 Subject: [PATCH] name --- eks_console_access.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eks_console_access.tf b/eks_console_access.tf index 5fc6719..b7a312b 100644 --- a/eks_console_access.tf +++ b/eks_console_access.tf @@ -26,7 +26,7 @@ locals { ] cluster_roles_map = { for cr in local.cluster_roles : cr.name => cr if cr.enabled } # roles = provider::kubernetes::manifest_decode_multi(data.http.cluster_roles[each.key].body) - manifest_doc = { for name in local.cluster_roles_map : yamldecode(data.http.cluster_roles[name].body) => crm } + manifest_doc = { for name in local.cluster_roles_map : yamldecode(data.http.cluster_roles[name].body) => name } } # Fetch the YAML files from the specified URLs