Skip to content

Commit

Permalink
Remove unused policy rule from hash terraform (#3651)
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranMn authored Nov 29, 2023
1 parent 70cbe26 commit aba8c58
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions infra/terraform/hash/hash_application/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -284,13 +284,6 @@ resource "aws_iam_role" "execution_role" {
flatten([for def in local.task_defs : [for _, env_var in def.env_vars : env_var.arn]])
)
}],
[{
Effect = "Allow"
Action = ["ssm:GetParameters"]
Resource = concat(
flatten([for def in local.worker_task_defs : [for _, env_var in def.env_vars : env_var.arn]])
)
}],
])
})
}
Expand Down

0 comments on commit aba8c58

Please sign in to comment.