Policy Packs
AWS CIS v3.0.0 - Section 1 - Identity and Access Management

Policy Setting: AWS > IAM > Policy > Statements > Approved > Rules

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_iam_statements_approved_rules" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-iam#/policy/types/statementsApprovedRules"
note = "AWS CIS v3.0.0 - Controls: 1.16"
value = <<-EOT
REJECT $.Effect:"Allow" $.Action:"*" $.Resource:"*"
APPROVE *
EOT
}