You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(output): Rename "role_arn" output to "role_id" (#40)
Output `role_arn` was wrongly named, because it exposes "aws_iam_role.role.id" attribute
instead of "aws_iam_role.role.arn".
I've added both `role_arn` and `role_id`, because in my case I've needed
`role_arn`.
Note: This change is backwards incompatible, and will require changes
when making upgrade of modules using this module.
0 commit comments