Skip to content

Commit

Permalink
fix: ingress iam issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-workshop committed Feb 26, 2024
1 parent 5089fcb commit f4aed96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eks/ingress/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ resource "aws_iam_policy" "alb_ingress_controller_policy" {
],
"Condition": {
"Null": {
"aws:RequestTag/elbv2.k8s.aws/cluster": "true",
"aws:ResourceTag/elbv2.k8s.aws/cluster": "false"
}
}
Expand Down

0 comments on commit f4aed96

Please sign in to comment.