We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd85386 commit 7c117f7Copy full SHA for 7c117f7
modules/virtual-cluster/main.tf
@@ -146,17 +146,6 @@ locals {
146
data "aws_iam_policy_document" "assume" {
147
count = local.create_iam_role ? 1 : 0
148
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
160
statement {
161
sid = "IRSA"
162
effect = "Allow"
0 commit comments