Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 17, 2025
1 parent 0ab01dc commit 606c961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks_console_access.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 606c961

Please sign in to comment.