We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf68252 commit 81ced2eCopy full SHA for 81ced2e
main.tf
@@ -315,7 +315,6 @@ resource "aws_ecs_service" "service" {
315
for_each = var.service_registry_arn == "" ? [] : [1]
316
content {
317
registry_arn = var.service_registry_arn
318
- container_port = var.task_container_port
319
container_name = var.container_name != "" ? var.container_name : var.name_prefix
320
}
321
0 commit comments