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

[AWS] Custom configuration for workspace is incorrect #46

Closed sastafford closed 3 months ago

sastafford commented 4 months ago

Environment: AWS

I'm running terraform apply -var-file template.tfvars into a brand new AWS account with no other resources loaded. I had to comment out all the custom_config variables from the file to get it work.

Linked to this issue in the Databricks Terraform plugin: https://github.com/databricks/terraform-provider-databricks/issues/3365

https://github.com/databricks/terraform-databricks-sra/blob/main/aws/tf/modules/sra/databricks_workspace/workspace_security_modules/admin_configuration/admin_configuration.tf

JDBraun commented 4 months ago

Thanks @sastafford for the issue! Which Databricks provider version were you using?

sastafford commented 4 months ago

v1.35.0

JDBraun commented 4 months ago

@sastafford - I'm failing to recreate the issue, can you provide some additional information:

grzybniak commented 3 months ago

Thx @sastafford for the fix. It helped a lot. I am using PREMIUM plan

jdbraun-db commented 3 months ago

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