Skip to content

Commit

Permalink
karpenter
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusoh committed Feb 19, 2024
1 parent 15241a1 commit 009b953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_aws_eks/karpenter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_iam_policy" "karpenter_controller" {
name = "KarpenterController"
}

resource "aws_iam_role_policy_attachment" "aws_load_balancer_controller_attach" {
resource "aws_iam_role_policy_attachment" "aws_load_balancer_controller_attach_karpenter" {
role = aws_iam_role.karpenter_controller.name
policy_arn = aws_iam_policy.karpenter_controller.arn
}
Expand Down

0 comments on commit 009b953

Please sign in to comment.