Describe the bug
AWS IAM Policies support tags but CQ doesn't pull them
https://docs.aws.amazon.com/sdk-for-go/api/service/iam/#IAM.ListPolicyTags
Expected Behavior
tags should be pulled with Policies
Steps to Reproduce
select tags from aws_iam_policies;
tags does not exist
Possible Solution
https://docs.aws.amazon.com/sdk-for-go/api/service/iam/#IAM.ListPolicyTags
https://github.com/cloudquery/cq-provider-aws/blob/main/resources/services/iam/policies.go
Provider and CloudQuery version
0.31.8. aws 0.13.3
Additional Context
No response