From 153f947f8de30c51abf6f7a17974b7c0ee46bac2 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 13 Jan 2025 15:40:48 -0500 Subject: [PATCH] use cr_url directly v2 --- eks_console_access.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }