Skip to content

Removes nested list argument. #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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