• Mark Peek's avatar
    Handle missing source AMI error · 1aec0d6a
    Mark Peek authored
    Specifying a non-existent source AMI will result in an empty array of
    images in the response which would cause an "index out of range" panic.
    This change handles this case more gracefully with an error message.
    1aec0d6a
step_run_source_instance.go 3.21 KB