Skip to content

Commit

Permalink
try each.url
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 13, 2025
1 parent 72c10d9 commit 13152b8
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 @@ -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
Expand Down

0 comments on commit 13152b8

Please sign in to comment.