Skip to content

Commit

Permalink
use cr_url directly v2
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 13, 2025
1 parent 6500632 commit 153f947
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eks_console_access.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down

0 comments on commit 153f947

Please sign in to comment.