Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Mar 12, 2024
1 parent 36388ce commit 127962e
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,4 +1,4 @@
output "service_arn" {
value = aws_ecs_service.this.arn
value = aws_ecs_service.this.id
description = "The ARN for the ECS Service"
}

0 comments on commit 127962e

Please sign in to comment.