Skip to content

Commit

Permalink
interpolate
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 21, 2025
1 parent a276f9e commit adc44c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eks_console_access.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ data "http" "cluster_roles" {

resource "helm_release" "console_access" {
for_each = local.cluster_roles_map
chart = each.key
name = each.key
namespace = "default"
version = var.release_version
Expand Down

0 comments on commit adc44c7

Please sign in to comment.