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
71 stars 39 forks source link

[AWS] FIX #50 broke Example Cluster creation #53

Closed alexandre-sumer closed 4 months ago

alexandre-sumer commented 5 months ago

https://github.com/databricks/terraform-databricks-sra/pull/50/files

This PR removed some parameters and added "enforceUserIsolation" = "true". This setting does not enable creating the Example Cluster when setting the following to true.

enable_cluster_boolean = true // WARNING: Clusters will spin-up Databricks clusters and AWS EC2 instances

Setting "enforceUserIsolation" = "false" enables to create the Cluster.

JDBraun commented 5 months ago

You can find a working example in the recent PR here: https://github.com/databricks/terraform-databricks-sra/pull/57

Will try to get this merged by next week at the latest

jdbraun-db commented 4 months ago

addressed here by specifying the data security mode: https://github.com/databricks/terraform-databricks-sra/blob/6523d99b0eb10e091509745bc34aa8d34e5976f9/aws/tf/modules/sra/databricks_workspace/workspace_security_modules/cluster_configuration/cluster_configuration.tf#L35