Skip to content

Commit f3ef025

Browse files
committed
Fix IAM meta-profile mapping
1 parent 5ce14a6 commit f3ef025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

identity/resource_instance_profile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
// InstanceProfileInfo contains the ARN for aws instance profiles
2121
type InstanceProfileInfo struct {
2222
InstanceProfileArn string `json:"instance_profile_arn,omitempty"`
23-
IsMetaInstanceProfile string `json:"is_meta_instance_profile,omitempty"`
23+
IsMetaInstanceProfile bool `json:"is_meta_instance_profile,omitempty"`
2424
}
2525

2626
// InstanceProfileList ...

0 commit comments

Comments
 (0)