Make sure that you have bound the inputs to those properties. You blueprint should look like
formatVersion: 1 inputs: cpuCount: type: integer totalMemoryMB: type: integer resources: Cloud_vSphere_Machine_1: type: Cloud.vSphere.Machine properties: image: "" cpuCount: ${input.cpuCount} totalMemoryMB: ${input.totalMemoryMB}