Unencrypted data lake storage.
Datalake storage encryption defaults to Enabled, it shouldn’t be overridden to Disabled.
Impact
Recommended Actions
Follow the appropriate remediation steps below to resolve the issue.
Enable encryption of data lake storage
1
2
3
|
resource "azurerm_data_lake_store" "good_example" {
encryption_state = "Enabled"
}
|
Links