diff --git a/eks_console_access.tf b/eks_console_access.tf index d39c38b..af35436 100644 --- a/eks_console_access.tf +++ b/eks_console_access.tf @@ -31,8 +31,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.value.url }