You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
When filing a bug, please include the following headings if possible. Any
example text in this template can be deleted.
Overview of the Issue
When converting packer azure builder from json to hcl format using hcl2_upgrade command the plan_info isn't properly converted to hcl format :
I think previously people have experienced this issue as stated here
I highly urge to please to please find a robust method for hcl2_upgrade command as I think same type of problem occurred with shared_image_gallery tag for azure
Reproduction Steps
Steps to reproduce this issue
Packer version
Packer v1.8.5
Simplified Packer Template
If the file is longer than a few dozen lines, please include the URL to the gist of the log or use the Github detailed
format
instead of posting it directly in the issue.
Operating system and Environment details
OS, Architecture, and any other information you can provide about the
environment.
Log Fragments and crash.log files
Include appropriate log fragments. If the log is longer than a few dozen lines,
please include the URL to the gist of the log or
use the Github detailed format instead of posting it directly in the issue.
Set the env var PACKER_LOG=1 for maximum log detail.
The text was updated successfully, but these errors were encountered:
Community Note
When filing a bug, please include the following headings if possible. Any
example text in this template can be deleted.
Overview of the Issue
When converting packer azure builder from json to hcl format using
hcl2_upgrade
command the plan_info isn't properly converted to hcl format :into hcl is this
but instead should be this
I think previously people have experienced this issue as stated here
I highly urge to please to please find a robust method for hcl2_upgrade command as I think same type of problem occurred with
shared_image_gallery
tag for azureReproduction Steps
Steps to reproduce this issue
Packer version
Packer v1.8.5
Simplified Packer Template
If the file is longer than a few dozen lines, please include the URL to the
gist of the log or use the Github detailed
format
instead of posting it directly in the issue.
Operating system and Environment details
OS, Architecture, and any other information you can provide about the
environment.
Log Fragments and crash.log files
Include appropriate log fragments. If the log is longer than a few dozen lines,
please include the URL to the gist of the log or
use the Github detailed format instead of posting it directly in the issue.
Set the env var
PACKER_LOG=1
for maximum log detail.The text was updated successfully, but these errors were encountered: