Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Add note about use of azurerm_databricks for enhanced security settings #4393

Merged
merged 2 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
alexott marked this conversation as resolved.
Show resolved Hide resolved

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.
alexott marked this conversation as resolved.
Show resolved Hide resolved

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.
alexott marked this conversation as resolved.
Show resolved Hide resolved


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
Loading