Skip to content

Commit

Permalink
Update service.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor authored Apr 11, 2024
1 parent 93d4328 commit 86b6e28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions service/service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ resource "aws_ecs_service" "default" {

health_check_grace_period_seconds = var.health_check_grace_period_seconds

# iam_role = var.service_role_arn

wait_for_steady_state = var.wait_for_steady_state

tags = var.tags
Expand Down Expand Up @@ -94,8 +92,6 @@ resource "aws_ecs_service" "ignore_changes" {

health_check_grace_period_seconds = var.health_check_grace_period_seconds

iam_role = var.service_role_arn

wait_for_steady_state = var.wait_for_steady_state

tags = var.tags
Expand Down

0 comments on commit 86b6e28

Please sign in to comment.