Skip to content

Commit

Permalink
Name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL committed Dec 15, 2023
1 parent aef4b64 commit 5853780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ locals {

resource "aws_eks_node_group" "worker_nodes" {
cluster_name = aws_eks_cluster.main.name
node_group_name = "${var.aws_resource_identifier}-${var.aws_eks_environment}-eksworker-node-group"
node_group_name = "${var.aws_resource_identifier}-ng"
node_role_arn = aws_iam_role.iam_role_worker.arn
subnet_ids = data.aws_subnets.private.ids

Expand Down

0 comments on commit 5853780

Please sign in to comment.