Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
barryib committed May 27, 2021
1 parent eb41401 commit d0a7b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/node_groups/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ locals {
v,
) if var.create_eks }

node_groups_names = { for k, v in node_groups_expanded : k => lookup(
node_groups_names = { for k, v in local.node_groups_expanded : k => lookup(
v,
"name",
lookup(
Expand Down

0 comments on commit d0a7b61

Please sign in to comment.