Skip to content

Commit

Permalink
Update service.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Nov 20, 2024
1 parent b9df1d4 commit 0d44941
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 @@ -3,7 +3,7 @@ resource "aws_ecs_service" "default" {

cluster = var.cluster_arn

task_definition = var.ignore_changes ? aws_ecs_task_definition.ignore_changes[0].arn : aws_ecs_task_definition.default[0].arn
task_definition = aws_ecs_task_definition.default.arn

launch_type = "FARGATE"
network_configuration {
Expand Down

0 comments on commit 0d44941

Please sign in to comment.