databricks / terraform-databricks-sra

The Security Reference Architecture (SRA) implements typical security features as Terraform Templates that are deployed by most high-security organizations, and enforces controls for the largest risks that customers ask about most often.
Other
57 stars 27 forks source link

[Azure] Add DBFS CMK to Azure template #38

Closed gubyb closed 3 months ago

gubyb commented 6 months ago

Noticed that DBFS CMK was missing here: https://github.com/databricks/terraform-databricks-sra/blob/main/azure/tf/modules/azure_spoke/adb_workspace.tf

Pretty easy to add by using this resource: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/databricks_workspace_root_dbfs_customer_managed_key

databeaks commented 3 months ago

PR here for DBFS CMK: https://github.com/databricks/terraform-databricks-sra/pull/48

jdbraun-db commented 3 months ago

closed with: https://github.com/databricks/terraform-databricks-sra/pull/48