packer-community / packer-windows-plugins

A suite of Packer plugins for provisioning Windows machines
112 stars 20 forks source link

Unknown configuration key: "version" #64

Closed skylock closed 9 years ago

skylock commented 9 years ago

I receive the above error when trying to specify key "version" : "8"

ptornyi commented 9 years ago

I guess you are trying to use the builder vmware-windows-iso. The "version" option is not available in this builder. I know that it is working in default vmware-iso, but somehow it is missing from the windows version.

skylock commented 9 years ago

You are right, I am trying to use the builder vmware-windows-iso. Can it be fixed ?

ptornyi commented 9 years ago

I was trying to check out the source and play with the version option but I was running into failing dependencies (packer.ConfigTemplate). I saw dylanmei mentioning that the main packer is going through a refractoring, I think this is not the best moment to add functions to plugins.