-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add common dimensions and tag dimensions to AWS Compliance Mod #574
Conversation
…talk, elasticache, eks, efs, ecs, ecr, ec2
conformance_pack/ssm.sp
Outdated
else c.resource_id || ' patch ' || c.title || ' is non-compliant.' | ||
end as reason | ||
-- Additional Dimensions | ||
${local.tag_dimensions_sql} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@madhushreeray30 ${local.tag_dimensions_sql} should not be here, as the respective tables not supporting tags. Pls check below outcome when executed with tag_dimensions
in spvars
| + 2 All EC2 instances managed by Systems Manager should be compliant with patching requirements ............................................................. HIGH 1 / 1 [= ]
| |
| | ERROR: column "tags" does not exist (SQLSTATE 42703)
| |
| + 3 Instances managed by Systems Manager should have an association compliance status of COMPLIANT ............................................................... 1 / 1 [= ]
|
| ERROR: column "tags" does not exist (SQLSTATE 42703)
|
@khushboo9024 could you please update the |
Checklist