Policy Packs
Enforce Encryption at Rest Is Enabled for AWS S3 Buckets

Policy Setting: AWS > S3 > Bucket > Encryption at Rest

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_s3_bucket_encryption_at_rest" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-s3#/policy/types/bucketEncryptionAtRest"
value = "Check: AWS managed key or higher"
# value = "Enforce: AWS managed key"
# value = "Enforce: Encryption at Rest > Customer Managed Key"
}