Skip to content

Commit

Permalink
add CloudWatchAgentServerPolicy to EKS IAM role policies
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa committed Nov 19, 2024
1 parent ada9ee9 commit d7e89fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module "eks" {
iam_role_additional_policies = {
"AmazonSQSFullAccess" = "arn:aws:iam::aws:policy/AmazonSQSFullAccess",
"AmazonSNSFullAccess" = "arn:aws:iam::aws:policy/AmazonSNSFullAccess",
"CloudWatchAgentServerPolicy" = "arn:aws:iam::aws:policy/CloudWatchAgentServerPolicy",
}
}

Expand Down

0 comments on commit d7e89fa

Please sign in to comment.