github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/avd_docs/azure/datalake/AVD-AZU-0036/Terraform.md (about)

     1  
     2  Enable encryption of data lake storage
     3  
     4  ```hcl
     5   resource "azurerm_data_lake_store" "good_example" {
     6   	encryption_state = "Enabled"
     7   }
     8  ```
     9  
    10  #### Remediation Links
    11   - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/data_lake_store
    12