Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor authored May 1, 2024
1 parent 6c140bd commit 4a07e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "service_arn" {
value = var.ignore_changes ? aws_ecs_service.ignore_changes[*].id : aws_ecs_service.default[*].id
value = var.ignore_changes ? aws_ecs_service.ignore_changes[0].id : aws_ecs_service.default[0].id
description = "The ARN for the ECS Service"
}

Expand Down

0 comments on commit 4a07e2f

Please sign in to comment.