Currently you need to lookup iam role data sources via friendly name. Often with our terrafrom code we now the arn and can get the friendly name using terraform functions but this turns into a giant pain when there are complicated path prefixes (or if those prefixes change. Seems weird we can't lookup by arn.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
Currently you need to lookup iam role data sources via friendly name. Often with our terrafrom code we now the arn and can get the friendly name using terraform functions but this turns into a giant pain when there are complicated path prefixes (or if those prefixes change. Seems weird we can't lookup by arn.
Affected Resource(s) and/or Data Source(s)
No response
Potential Terraform Configuration
No response
References
No response
Would you like to implement a fix?
None