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 5ce14a6 commit f3ef025Copy full SHA for f3ef025
identity/resource_instance_profile.go
@@ -20,7 +20,7 @@ import (
20
// InstanceProfileInfo contains the ARN for aws instance profiles
21
type InstanceProfileInfo struct {
22
InstanceProfileArn string `json:"instance_profile_arn,omitempty"`
23
- IsMetaInstanceProfile string `json:"is_meta_instance_profile,omitempty"`
+ IsMetaInstanceProfile bool `json:"is_meta_instance_profile,omitempty"`
24
}
25
26
// InstanceProfileList ...
0 commit comments