Policy Setting: AWS > IAM > User > Inline Policy > Approved
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "aws_iam_user_inline_policy_approved" { resource = turbot_policy_pack.main.id type = "tmod:@turbot/aws-iam#/policy/types/userInlinePolicyApproved" note = "AWS CIS v3.0.0 - Controls: 1.15" value = "Check: Approved" # value = "Enforce: Delete unapproved" # value = "Enforce: Delete unapproved if new"}