From 13152b885881fd2a7f2bd52e73a5948e89435384 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 13 Jan 2025 16:35:03 -0500 Subject: [PATCH] try each.url --- 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 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