I have a Cloud Code module that uses an external DB.
I need to get the IP of the Cloud Code Module to add to the DBs IP white list.
I didn’t see anything in the documentation about the Cloud Code Modules IP.
I’ve managed to get it by creating a method on the module that calls ipify.org API to get its IP.
But I have no guarantee that this is a static ip.
Does anyone from the devs of the API / here have any peace of information about this?