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

Removes nested list argument.

Open maraca opened this issue 6 years ago • 0 comments

auto_rollback_events, lb_listener_arns, and test_traffic_route_listener_arns are already declared as lists in the variables.tf. By passing those arguments inside of a list terraform is throwing errors since it expect to read a single element from the list, not a nested list.

See https://github.com/tmknom/terraform-aws-codedeploy-for-ecs/blob/master/variables.tf#L17

maraca avatar Aug 10 '19 15:08 maraca