Skip to content

Commit

Permalink
Remove redundant comment (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketnova authored Sep 18, 2023
1 parent ac9840c commit 2c3faa7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions infra/modules/service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ resource "aws_ecs_task_definition" "app" {
execution_role_arn = aws_iam_role.task_executor.arn
task_role_arn = aws_iam_role.app_service.arn

# when is this needed?
# task_role_arn = aws_iam_role.app_service.arn

container_definitions = jsonencode([
{
name = var.service_name,
Expand Down

0 comments on commit 2c3faa7

Please sign in to comment.