Policy Packs
Enforce Encryption at Rest Is Enabled for AWS SNS Topics

Policy Setting: AWS > SNS > Topic > Encryption at Rest > Customer Managed Key

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_sns_topic_encryption_at_rest_customer_managed_key" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-sns#/policy/types/topicEncryptionAtRestCustomerManagedKey"
# Add your CMK id/arn/alias below
value = "alias/turbot/default"
}