Referencing an arn IAM role when using terraform module block

Is it possible to reference an arn IAM role directly inside a module block? Right now, we are referencing it via **source = git .....**. The existing IAM role that we need to reference is in a different string format which doesn’t match the ones we usually create. How would you workaround it?