Examples/Example_POSHOrigin_with_defaults.ps1

resource 'vsphere:vm' 'VM01' @{
    defaults = '.\defaults.psd1'
    description = 'Test VM 01'
}