github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/avd_docs/aws/sns/AVD-AWS-0095/Terraform.md (about)

     1  
     2  Turn on SNS Topic encryption
     3  
     4  ```hcl
     5   resource "aws_sns_topic" "good_example" {
     6   	kms_master_key_id = "/blah"
     7   }
     8   
     9  ```
    10  
    11  #### Remediation Links
    12   - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic#example-with-server-side-encryption-sse
    13