Skip to content

Commit ce34eed

Browse files
authored
fix: Tags in users.go (#1708)
#### Summary fixes the tags for iam_users ---
1 parent 22eb2f9 commit ce34eed

File tree

1 file changed

+1
-1
lines changed
  • plugins/source/aws/resources/services/iam

1 file changed

+1
-1
lines changed

plugins/source/aws/resources/services/iam/users.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func IamUsers() *schema.Table {
137137
Name: "tags",
138138
Description: "A list of tags that are associated with the user",
139139
Type: schema.TypeJSON,
140-
Resolver: schema.PathResolver("User.Tags"),
140+
Resolver: client.ResolveTags,
141141
},
142142
{
143143
Name: "user_id",

0 commit comments

Comments
 (0)