terraform-aws-codedeploy-for-ecs icon indicating copy to clipboard operation
terraform-aws-codedeploy-for-ecs copied to clipboard

Wrong Types used trying to use a string as a list

Open tjtaill opened this issue 5 years ago • 0 comments

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

tjtaill avatar Mar 29 '20 20:03 tjtaill