-
Notifications
You must be signed in to change notification settings - Fork 132
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
feat: add 'netbox_ip_address_assignment' resource (#601) #602
base: master
Are you sure you want to change the base?
Conversation
Doesn't this resource introduce drift in the initial |
I expected so myself as well, but for some reason it doesn't. I ran it against a staging environment with plenty of other resources and saw no drift. I'll spend some time thinking it through. In the meantime, is something else missing here, or is this good to go? |
Ah, alas, if I set some additional field on the original Bummer. This is a bit unfortunate since the netbox api does allow updating entities partially but somehow that capability isn't available in the go api. |
As mentioned in #613 This PR has one issue left to tackle: any assignment can be left undone after changes to either ip resource. What needs to be done is to add an |
@fbreckle please review again. I have added a |
Are there any news on that MR? @skoppe can you rebase your branch with the master branch? |
Sure, let me do later today. |
Adds netbox_ip_address_assignment resource which:
No idea on the docs, the makefile produces garbage.