Skip to content

Commit

Permalink
fix: clean out duplicate policy rule (#2661)
Browse files Browse the repository at this point in the history
Signed-off-by: Hervé Werner <dud225@users.noreply.github.com>
  • Loading branch information
dud225 committed Mar 15, 2024
1 parent d7f4f26 commit f116040
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions modules/aws/kube-prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -363,18 +363,6 @@ data "aws_iam_policy_document" "kube-prometheus-stack_grafana" {

resources = ["*"]
}
statement {
effect = "Allow"

actions = [
"ec2:DescribeTags",
"ec2:DescribeInstances",
"ec2:DescribeRegions"
]

resources = ["*"]

}
}

data "aws_iam_policy_document" "kube-prometheus-stack_thanos" {
Expand Down

0 comments on commit f116040

Please sign in to comment.