feat: add 'netbox_ip_address_assignment' resource (#601)#602
feat: add 'netbox_ip_address_assignment' resource (#601)#602skoppe wants to merge 1 commit intoe-breuninger:masterfrom
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. |
|
@fbreckle can we either get this in or get it closed? |
Adds netbox_ip_address_assignment resource which:
No idea on the docs, the makefile produces garbage.