Skip to content

Commit 7c117f7

Browse files

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

modules/virtual-cluster/main.tf

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -146,17 +146,6 @@ locals {
146146
data "aws_iam_policy_document" "assume" {
147147
count = local.create_iam_role ? 1 : 0
148148

149-
statement {
150-
sid = "EMR"
151-
effect = "Allow"
152-
actions = ["sts:AssumeRole"]
153-
154-
principals {
155-
type = "Service"
156-
identifiers = ["elasticmapreduce.${data.aws_partition.current.dns_suffix}"]
157-
}
158-
}
159-
160149
statement {
161150
sid = "IRSA"
162151
effect = "Allow"

0 commit comments

Comments
 (0)