Open
Description
Is your feature request related to a problem? Please describe.
JSON doesn't support comments whereas HCL does. Being unable to comment inline makes it harder to maintain Packer code because we can't explain tricky/unusual bits, add TODOs in context etc.
Describe the solution you'd like
As of 1.7.0
, the recommended config format for Packer is HCL. We should consider migrating. There is an upgrade tool.
Describe alternatives you've considered
We could stay with JSON and not use comments.
Additional context
None.
/kind feature