Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 17, 2025
1 parent b0b3de9 commit ab77c13
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 item in local.cluster_roles_map : yamldecode("${data.http.cluster_roles[item.name].body}") => item }
manifest_doc = { for item in local.cluster_roles_map : "${data.http.cluster_roles[item.name].body}" => item }
}

# Fetch the YAML files from the specified URLs
Expand Down

0 comments on commit ab77c13

Please sign in to comment.