github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/avd_docs/aws/msk/AVD-AWS-0179/Terraform.md (about)

     1  
     2  Enable at rest encryption
     3  
     4  ```hcl
     5   resource "aws_msk_cluster" "good_example" {
     6   	encryption_info {
     7  		encryption_at_rest_kms_key_arn = "foo-bar-key"
     8   	}
     9   }
    10   
    11  ```
    12  
    13  #### Remediation Links
    14   - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/msk_cluster#encryption_info-argument-reference
    15