-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Send channel id to HCP Packer #11861
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
Conversation
7281f31
to
f2b8a39
Compare
ef5d2d1
to
38b0b2c
Compare
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.
So far this looks good to me. I left a few comments. I think the refactor to break out the code can help things once merged.
867c962
to
6ebbab9
Compare
@nywilken I addressed all of your comments! 🎉 |
331d22f
to
7f91685
Compare
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.
Aside from the few comments I have, LGTM!
@@ -99,7 +98,7 @@ func (d *Datasource) Configure(raws ...interface{}) error { | |||
return nil | |||
} | |||
|
|||
// Information from []*models.HashicorpCloudPackerImage with some information | |||
// DatasourceOutput Information from []*models.HashicorpCloudPackerImage with some information |
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.
I'm guessing this was added to make the linters happy?
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.
Yes! Correct!
Co-authored-by: Wilken Rivera <[email protected]>
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
HCP Packer needs to track the channel that was queried to get the source image. This PR adds the required changes to start sending the information to the service.
These changes conflict with #11905