Kitchen create error: hostname

I found the error. it was my .kitchen.yml file. Matt Wrock answered it here: Kitchen converge Windows 2012r2

I had to take off the customize because that was giving me the error.

customize:
memory: 2048

This was the fix

platforms:

  • name: windows_2012_r2_standard
    driver:
    box: kensykora/windows_2012_r2_standard