I have main.tf file where I have "eip" module, and i am passing some instance id's to eip module.
I have 3 eip resources declared in module, each of them expecting instance id from main.tf.
Problem is how each passed value(instance id) from main.tf will go to right resource in module, as I cant change "eip resources" name in module as these "eip" are already created, I just collected all 3 "eip" from 3 different files and placed in one file just for optimization purpose.
so do I need some understanding here, or its not possible the way I am assuming it.
Please have a look at screenshot for better understanding issue.
