We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b549d commit ab396a4Copy full SHA for ab396a4
resources/iam-instance-profile-roles.go
@@ -74,7 +74,7 @@ func (e *IAMInstanceProfileRole) Remove() error {
74
}
75
76
func (e *IAMInstanceProfileRole) String() string {
77
- return fmt.Sprintf("%s -> %s", *e.profile.InstanceProfileName, e.role)
+ return fmt.Sprintf("%s -> %s", *e.profile.InstanceProfileName, *e.role.RoleName)
78
79
80
func (e *IAMInstanceProfileRole) Properties() types.Properties {
0 commit comments