Skip to content
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

Fixed parsing issue when using ec2_iam_role option #1329

Closed
wants to merge 1 commit into from

Commits on Sep 25, 2019

  1. Fixed parsing issue when using ec2_iam_role option

    Fixed issue with parsing error when trying to use a custom IAM role with the ec2_iam_role option:
    
    "Unexpected error of type ValueError: too many values to unpack (expected 2)"
    
    The code is looking for two values for this option, but there should only be one (the name of the IAM role). This change has been tested in my environment, and has resolved my issue.
    stemors committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    c968fa5 View commit details
    Browse the repository at this point in the history