Skip to content

Commit

Permalink
tflint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ashoksrirama committed Nov 10, 2024
1 parent 24c1ab6 commit c626d71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/eks-monitoring/add-ons/adot-operator/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ resource "kubernetes_cluster_role_v1" "adot" {
verbs = ["get"]
}
rule {
api_groups = ["metrics.eks.amazonaws.com"]
verbs = ["get"]
resources = ["kcm/metrics", "ksh/metrics"]
api_groups = ["metrics.eks.amazonaws.com"]
verbs = ["get"]
resources = ["kcm/metrics", "ksh/metrics"]
}
rule {
api_groups = [""]
Expand Down

0 comments on commit c626d71

Please sign in to comment.