From 36e1beff73db574bf004f0e2070c57e549504038 Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Mon, 13 Jan 2025 08:35:10 +0100 Subject: [PATCH] [Doc] Add note about use of `azurerm_databricks` for enhanced security settings --- docs/resources/automatic_cluster_update_setting.md | 2 ++ docs/resources/compliance_security_profile_setting.md | 2 ++ docs/resources/enhanced_security_monitoring_setting.md | 3 +++ 3 files changed, 7 insertions(+) diff --git a/docs/resources/automatic_cluster_update_setting.md b/docs/resources/automatic_cluster_update_setting.md index b8f4e719aa..961f471cfc 100644 --- a/docs/resources/automatic_cluster_update_setting.md +++ b/docs/resources/automatic_cluster_update_setting.md @@ -6,6 +6,8 @@ subcategory: "Settings" -> This resource can only be used with a workspace-level provider! +~> On Azure you need to use [azurerm_databricks](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/databricks_workspace#automatic_cluster_update_enabled-1) resource to configure this setting. + The `databricks_automatic_cluster_update_workspace_setting` resource allows you to control whether automatic cluster update is enabled for the current workspace. By default, it is turned off. Enabling this feature on a workspace requires that you add the Enhanced Security and Compliance add-on. ## Example Usage diff --git a/docs/resources/compliance_security_profile_setting.md b/docs/resources/compliance_security_profile_setting.md index acf7f6ef7e..16cf4355be 100644 --- a/docs/resources/compliance_security_profile_setting.md +++ b/docs/resources/compliance_security_profile_setting.md @@ -8,6 +8,8 @@ subcategory: "Settings" ~> This setting can NOT be disabled once it is enabled. +~> On Azure you need to use [azurerm_databricks](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/databricks_workspace#compliance_security_profile_enabled-1) resource to configure this setting. + The `databricks_compliance_security_profile_workspace_setting` resource allows you to control whether to enable the compliance security profile for the current workspace. Enabling it on a workspace is permanent. By default, it is turned off. This setting can NOT be disabled once it is enabled. diff --git a/docs/resources/enhanced_security_monitoring_setting.md b/docs/resources/enhanced_security_monitoring_setting.md index 18e0de3e1a..7db5623690 100644 --- a/docs/resources/enhanced_security_monitoring_setting.md +++ b/docs/resources/enhanced_security_monitoring_setting.md @@ -6,6 +6,9 @@ subcategory: "Settings" -> This resource can only be used with a workspace-level provider! +~> On Azure you need to use [azurerm_databricks](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/databricks_workspace#enhanced_security_monitoring_enabled-1) resource to configure this setting. + + The `databricks_enhanced_security_monitoring_workspace_setting` resource allows you to control whether enhanced security monitoring is enabled for the current workspace. If the compliance security profile is enabled, this is automatically enabled. By default, it is disabled. However, if the compliance security profile is enabled, this is automatically enabled. If the compliance security