Skip to content

Commit

Permalink
Potential fix to the issue (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcincuber authored Dec 4, 2020
1 parent cf68252 commit 81ced2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ resource "aws_ecs_service" "service" {
for_each = var.service_registry_arn == "" ? [] : [1]
content {
registry_arn = var.service_registry_arn
container_port = var.task_container_port
container_name = var.container_name != "" ? var.container_name : var.name_prefix
}
}
Expand Down

0 comments on commit 81ced2e

Please sign in to comment.