Skip to content

Commit afa17ce

Browse files
authored
fix/allow assume the cross department glue metadata role in the ecs (#2629)
1 parent d7a1472 commit afa17ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/core/49-aws-ecs-iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resource "aws_iam_role" "cross_department_glue_metadata_role" {
1414
{
1515
Effect = "Allow"
1616
Principal = {
17-
AWS = aws_iam_role.mwaa_role.arn
17+
Service = "ecs-tasks.amazonaws.com"
1818
}
1919
Action = "sts:AssumeRole"
2020
}

0 commit comments

Comments
 (0)