Skip to content

Commit

Permalink
Update tags for controls
Browse files Browse the repository at this point in the history
  • Loading branch information
vkumbha committed Jul 6, 2022
1 parent 9eda82e commit b96cf82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions conformance_pack/iam.sp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ control "iam_policy_no_star_star" {
fedramp_moderate_rev_4 = "true"
ffiec = "true"
gdpr = "true"
gxp_21_cfr_part_11 = "true"
hipaa = "true"
nist_800_53_rev_4 = "true"
nist_800_53_rev_5 = "true"
Expand Down
14 changes: 8 additions & 6 deletions conformance_pack/secretsmanager.sp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ control "secretsmanager_secret_automatic_rotation_enabled" {
sql = query.secretsmanager_secret_automatic_rotation_enabled.sql

tags = merge(local.conformance_pack_secretsmanager_common_tags, {
hipaa = "true"
nist_800_53_rev_5 = "true"
nist_csf = "true"
gxp_21_cfr_part_11 = "true"
hipaa = "true"
nist_800_53_rev_5 = "true"
nist_csf = "true"
})
}

Expand All @@ -22,9 +23,10 @@ control "secretsmanager_secret_rotated_as_scheduled" {
sql = query.secretsmanager_secret_rotated_as_scheduled.sql

tags = merge(local.conformance_pack_secretsmanager_common_tags, {
nist_800_53_rev_4 = "true"
nist_800_53_rev_5 = "true"
nist_csf = "true"
gxp_21_cfr_part_11 = "true"
nist_800_53_rev_4 = "true"
nist_800_53_rev_5 = "true"
nist_csf = "true"
})
}

Expand Down

0 comments on commit b96cf82

Please sign in to comment.