boxcutter / windows

Virtual machine templates for Windows written in legacy JSON and Batch Scripting/JScript
Apache License 2.0
756 stars 264 forks source link

The win2016-standard templates use a template variable to define the "memory" user variable #198

Closed arizvisa closed 4 years ago

arizvisa commented 4 years ago

List generated by the following...

$ packer --version
1.5.1
$ for name in *.json; do packer validate $name 1>/dev/null || printf '- [ ] %s\n' "$name"; done
arizvisa commented 4 years ago

This issue is related to #196, and issue #194. I think this issue covers the rest of the templates that have a bad/outdated schema.

arizvisa commented 4 years ago

This is closed by PR #199.