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 d0a7b61 commit 0514f9d
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 @@ -32,7 +32,7 @@ locals {
lookup(
v,
"name_prefix",
join("-", [var.cluster_name, each.key])
join("-", [var.cluster_name, k])
)
) }
}

0 comments on commit 0514f9d

Please sign in to comment.