diff --git a/eks_console_access.tf b/eks_console_access.tf index 5b5e248..475c076 100644 --- a/eks_console_access.tf +++ b/eks_console_access.tf @@ -30,7 +30,7 @@ locals { # Fetch the YAML files from the specified URLs data "http" "cluster_roles" { for_each = local.cluster_roles_map - url = each.value.url + url = each.url } # Apply the Kubernetes manifests to the cluster