I have pushed an MR weeks ago to removed the omitempty property to the Latitude and Longitude. It passed the unit test.
MRs : go-netboxterraform-provider-netbox
But after some more testing and investigation on our local netbox, we stumbled with the following logs:
Something in the upstream is updating the nil value to the previous value.
I have pushed an MR weeks ago to removed the omitempty property to the Latitude and Longitude. It passed the unit test. MRs : go-netbox terraform-provider-netbox
But after some more testing and investigation on our local netbox, we stumbled with the following logs:
Something in the upstream is updating the nil value to the previous value.
And we found this series of code
This codes are confusing but seems to us that it is setting the site parameters such as latitude and longitude and not allowing it to be nil or empty.
Please kindly enlighten us to what this codes trying to do and why. Are we not allowed to set the latitude and longitude 0.
Thank you :)