-
Notifications
You must be signed in to change notification settings - Fork 34
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
tfprotov6: Resource Identity implementation #476
Conversation
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.
Two comments! LGTM 👍🏻
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.
LGTM, the CI errors are all related to a new golangci-lint version (it gets shadow bumped by the github action 🙁 ), so you can just go ahead and merge 🚀
Opened a PR to fix the lint errors: #477
copied from protocol v5
Co-authored-by: Austin Valle <austinvalle@gmail.com>
3026ee0
to
e611a70
Compare
Rebased, and now you have some actual lint errors in this PR to fix 🤣 , apologies! |
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.
🚀
shamelessly copied from protocol v5 as merged via #474
differences to the other PR:
v6
where the other usedv5
v6
was in a sub directoryThis PR also adds two changie entries for this change and the two related ones that already landed