Skip to content

Commit 327811d

Browse files
committed
simplify a bit
1 parent 9b16f75 commit 327811d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/department/50-aws-iam-policies.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ data "aws_iam_policy_document" "department_ecs_passrole" {
12791279
"arn:aws:iam::${data.aws_caller_identity.current.account_id}:role/${local.department_identifier}*-ecs-execution-role", # Defined in ecs repo.
12801280
],
12811281
local.department_identifier == "data-and-insight" ? [
1282-
"arn:aws:iam::${data.aws_caller_identity.current.account_id}:role/datahub-task-execution-role" # DataHub task execution role (Defined in dap-datahub repo)
1282+
"arn:aws:iam::${data.aws_caller_identity.current.account_id}:role/datahub-task-execution-role" # Defined in dap-datahub repo
12831283
] : []
12841284
)
12851285
condition {

0 commit comments

Comments
 (0)