Hi
I am trying to build a dynamic db block builder by creating a db block for each DB server and then querying each server. The db blocks are being created and can see that the hostname and username, etc is being created correctly, however when trying to load the block name within the same flow / script, it is trying to connect to some random IP address that is not defined in the host. I feel like I am doing something wrong - any idea how to achieve this?
Reason being is because we have a ton of DB servers and instead of creating a block for each individual one - i thought of doing this via a json variable and then build the block based on the parameters in json which would be easier to maintain.
I am building this as POC to see if it adds value for us or not