)]}'
{"zuul/driver/aws/awsprovider.py":[{"author":{"_account_id":1,"name":"James E. Blair","email":"jim@acmegating.com","username":"corvus"},"change_message_id":"f8708ab1efa9234ba84a26d3cba5e43696b6ab7c","unresolved":false,"context_lines":[{"line_number":172,"context_line":"        # TODO: aws accepts a list everywhere we use this; should this"},{"line_number":173,"context_line":"        # be as_list?"},{"line_number":174,"context_line":"        Optional(\u0027security-group-id\u0027): Nullable(str),"},{"line_number":175,"context_line":"        Optional(\u0027subnet-ids\u0027): Nullable([str]),"},{"line_number":176,"context_line":"        Optional(\u0027iam-instance-profile\u0027): Nullable(aws_iam_schema),"},{"line_number":177,"context_line":"    })"},{"line_number":178,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"00fbc218_3d116ce1","line":175,"updated":"2025-04-17 13:41:32.000000000","message":"This should be as_list so it isn\u0027t required.\n\nAnd since we are doing this, we should probably do the same for security-group... (see TODO a couple lines above).\n\nSince the translation to attrs is automatic, we might need to use to_list whenever we use the value, or, better yet, make a ToList validator class that does the equivalent of to_list.","commit_id":"6621664f3612e727346ab3e725ed44b74afb771b"}]}
