Skip to content

Commit b859618

Browse files
removed ec2 permissions per PR feedback
1 parent 9a3a808 commit b859618

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ops/services/20-bene-prefs/main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ data "aws_iam_policy_document" "default_function" {
7575
"logs:PutLogEvents",
7676
"logs:CreateLogStream",
7777
"logs:CreateLogGroup",
78-
"ec2:DescribeNetworkInterfaces",
79-
"ec2:DescribeAccountAttributes",
80-
"ec2:DeleteNetworkInterface",
81-
"ec2:CreateNetworkInterface",
8278
]
8379
resources = ["*"] #TODO: Consider splitting into discrete statements/policy allowances
8480
}

0 commit comments

Comments
 (0)