-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for mapstructure decode tag for reusability #81
Add support for mapstructure decode tag for reusability #81
Conversation
@JRemitz could you update with the latest code from master? |
I can and will take a look at this in a bit. |
@marinsalinas - I've updated however I see that the linter is failing on some of the long lines due to the extended tags. What's the best way to break those down? |
@marinsalinas - apologies for the delay but finally got around to "fixing" this. Please take a look and let me know what you think. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just resolve conflicts with go.mod
Merged - how about now, @marinsalinas ? |
Add support for mapstructure decode tag for reusability
I would like to leverage the client v3 API structs for Packer objects to the Nutanix API server. This would require adding support for mapstructure based on Packer's documentation to simplify the process of parsing the Packer config.
I currently have Packer PR 8175 open to add support for Nutanix - any help/insight to align projects would be greatly appreciated!
This includes changes from #80 along with corresponding
mapstructure
tags.