-
Notifications
You must be signed in to change notification settings - Fork 202
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
expected params[:network_interfaces][0][:groups] to be an array #144
Comments
Hey @opsline-radek - what does the output of your |
Had the same problem. Make sure security_group_ids is an array, security_group_ids: [ sg-xxxxxx ] |
I'm going to close this since there hasn't been any movement in 3 weeks. I think its a valid error coming back from AWS because (as @apulido-carecloud said) they want security_group_ids to be an array. Something we can do is make sure we automatically make |
Making the security_group_ids an array does the trick. Thank you. |
This allows a string to be passed as the value of the `:security_group_ids` setting which be later be coerced into an array. Closes #144
@opsline-radek I've pushed #166 which should accommodate a string value--less to think about in the future! |
I'm getting the following exception on 0.9.3
The text was updated successfully, but these errors were encountered: