Skip to content

Commit e3be814

Browse files
need to add list addon and describe addon by default
1 parent 9e5226e commit e3be814

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

terraform/clouds/aws/iam.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ resource "aws_iam_policy" "eks_upgrade_insights" {
4343
{
4444
"Action": [
4545
"eks:ListInsights",
46-
"eks:DescribeInsight"
46+
"eks:DescribeInsight",
47+
"eks:ListAddons",
48+
"eks:DescribeAddon"
4749
],
4850
"Effect": "Allow",
4951
"Resource": "*"

0 commit comments

Comments
 (0)