Skip to content

Commit

Permalink
[Doc] Add note about use of azurerm_databricks for enhanced securit…
Browse files Browse the repository at this point in the history
…y settings
  • Loading branch information
alexott committed Jan 13, 2025
1 parent 1411692 commit 36e1bef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/resources/automatic_cluster_update_setting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/compliance_security_profile_setting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions docs/resources/enhanced_security_monitoring_setting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36e1bef

Please sign in to comment.