terraform-aws-codedeploy-for-ecs
terraform-aws-codedeploy-for-ecs copied to clipboard
Wrong Types used trying to use a string as a list
At line https://github.com/tmknom/terraform-aws-codedeploy-for-ecs/blob/master/main.tf#L98
The line should be
listener_arns = var.test_traffic_route_listener_arns
since it is a list and not string