Skip to content

Commit

Permalink
Update service.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Mar 13, 2024
1 parent 710e3d9 commit 35dcaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resource "aws_ecs_service" "default" {

health_check_grace_period_seconds = var.health_check_grace_period_seconds

iam_role = var.service_role_arn
# iam_role = var.service_role_arn

wait_for_steady_state = var.wait_for_steady_state

Expand Down

0 comments on commit 35dcaa1

Please sign in to comment.