Difference between revisions of "Load balancer (argument)"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
target_group_arn = aws_lb_target_group.foo.arn | target_group_arn = aws_lb_target_group.foo.arn | ||
[[container_name]] = "mongo" | [[container_name]] = "mongo" | ||
− | container_port = 8080 | + | [[container_port]] = 8080 |
} | } | ||
.../... | .../... |
Revision as of 11:25, 17 February 2023
load_balancer
aws_ecs_service
.../... load_balancer { target_group_arn = aws_lb_target_group.foo.arn container_name = "mongo" container_port = 8080 } .../...
See also
Advertising: