Difference between revisions of "Load balancer (argument)"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
load_balancer | load_balancer | ||
− | [[ | + | [[aws_ecs_service]] |
.../... | .../... |
Revision as of 10:33, 16 February 2023
load_balancer
aws_ecs_service
.../... load_balancer { target_group_arn = aws_lb_target_group.foo.arn container_name = "mongo" container_port = 8080 } .../...
Terraform ECS: module, resources: aws_ecs_cluster, aws_ecs_service: task definition, aws_ecs_task_definition: container_definitions
Advertising: