Skip to content

Commit

Permalink
iam
Browse files Browse the repository at this point in the history
  • Loading branch information
paulofponciano committed Apr 12, 2024
1 parent 620c318 commit 5057bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ resource "aws_iam_role_policy_attachment" "aws_load_balancer_controller_attach"
}

resource "aws_iam_instance_profile" "karpenter" {
name = "KarpenterNodeInstanceProfile"
name = "KarpenterNodeInstanceProfile-${var.cluster_name}"
role = aws_iam_role.eks_nodes_roles.name
}

Expand Down

0 comments on commit 5057bb1

Please sign in to comment.