Skip to content

Conversation

@maraca
Copy link

@maraca maraca commented Aug 10, 2019

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

`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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant