skip to Main Content

Error: Unsupported argument terraform ecs with load balancer – Amazon Web Sevices

appreciate your support in solving this issue i have main.tf file like below resource "aws_ecs_service" "nodejs-service" { name = "nodejs-service" cluster = aws_ecs_cluster.project_cluster.id task_definition = aws_ecs_task_definition.nodejs.arn launch_type = "FARGATE" desired_count = 1 load_balancer { target_group_arns = module.alb.target_group_arns container_name = "${aws_ecs_task_definition.nodejs.family}"…

VIEW QUESTION
Back To Top
Search