You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_custom_parameters"></a> [custom\_parameters](#input\_custom\_parameters)|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/databricks_workspace|`any`|`null`| no |
156
+
| <aname="input_custom_tags"></a> [custom\_tags](#input\_custom\_tags)| Extra custom tags |`any`|`null`| no |
157
+
| <aname="input_customer_managed_key_enabled"></a> [customer\_managed\_key\_enabled](#input\_customer\_managed\_key\_enabled)| Is the workspace enabled for customer managed key encryption? If true this enables the Managed Identity for the managed storage account. Possible values are true or false. Defaults to false. This field is only valid if the Databricks Workspace sku is set to premium. Changing this forces a new resource to be created |`bool`|`false`| no |
158
+
| <aname="input_databricks_token_lifetime_seconds"></a> [databricks\_token\_lifetime\_seconds](#input\_databricks\_token\_lifetime\_seconds)| Validity of the databricks token in seconds |`number`|`86400`| no |
159
+
| <aname="input_deploy_resource_group"></a> [deploy\_resource\_group](#input\_deploy\_resource\_group)| feature flag to deploy this resource or not |`bool`|`false`| no |
160
+
| <aname="input_infrastructure_encryption_enabled"></a> [infrastructure\_encryption\_enabled](#input\_infrastructure\_encryption\_enabled)| Is the Databricks File System root file system enabled with a secondary layer of encryption with platform managed keys? Possible values are true or false. Defaults to false. This field is only valid if the Databricks Workspace sku is set to premium. Changing this forces a new resource to be created |`bool`|`false`| no |
161
+
| <aname="input_load_balancer_backend_address_pool_id"></a> [load\_balancer\_backend\_address\_pool\_id](#input\_load\_balancer\_backend\_address\_pool\_id)| Resource ID of the Outbound Load balancer Backend Address Pool for Secure Cluster Connectivity (No Public IP) workspace. Changing this forces a new resource to be created |`string`|`null`| no |
162
+
| <aname="input_managed_services_cmk_key_vault_key_id"></a> [managed\_services\_cmk\_key\_vault\_key\_id](#input\_managed\_services\_cmk\_key\_vault\_key\_id)| Customer managed encryption properties for the Databricks Workspace managed resources(e.g. Notebooks and Artifacts). Changing this forces a new resource to be created. |`string`|`null`| no |
163
+
| <aname="input_network_security_group_rules_required"></a> [network\_security\_group\_rules\_required](#input\_network\_security\_group\_rules\_required)| Does the data plane (clusters) to control plane communication happen over private link endpoint only or publicly? Possible values AllRules, NoAzureDatabricksRules or NoAzureServiceRules. Required when public\_network\_access\_enabled is set to false. Changing this forces a new resource to be created |`string`|`null`| no |
164
+
| <aname="input_prjid"></a> [prjid](#input\_prjid)| (Required) Name of the project/stack e.g: mystack, nifieks, demoaci. Should not be changed after running 'tf apply' |`string`| n/a | yes |
165
+
| <aname="input_public_network_access_enabled"></a> [public\_network\_access\_enabled](#input\_public\_network\_access\_enabled)| Allow public access for accessing workspace. Set value to false to access workspace only via private link endpoint. Possible values include true or false. Defaults to true. Changing this forces a new resource to be created |`bool`|`true`| no |
166
+
| <aname="input_region"></a> [region](#input\_region)| The region where the resources are created |`string`|`"westus2"`| no |
167
+
| <aname="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name)| Resource Group name |`string`|`null`| no |
168
+
| <aname="input_sku"></a> [sku](#input\_sku)| The sku to use for the Databricks Workspace. Possible values are standard, premium, or trial. Changing this can force a new resource to be created in some circumstances |`string`|`"standard"`| no |
169
+
| <aname="input_teamid"></a> [teamid](#input\_teamid)| (Required) Name of the team/group e.g. devops, dataengineering. Should not be changed after running 'tf apply' |`string`| n/a | yes |
170
+
| <aname="input_workspace_name"></a> [workspace\_name](#input\_workspace\_name)| Specifies the name of the Databricks Workspace resource. Changing this forces a new resource to be created |`string`|`null`| no |
| <aname="output_databricks_sku"></a> [databricks\_sku](#output\_databricks\_sku)| The sku to use for the Databricks Workspace. Possible values are standard, premium, or trial. Changing this can force a new resource to be created in some circumstances |
178
+
| <aname="output_databricks_token"></a> [databricks\_token](#output\_databricks\_token)| Value of the newly-created token |
| <aname="output_databricks_workspace_id"></a> [databricks\_workspace\_id](#output\_databricks\_workspace\_id)| databricks workspace id |
181
+
| <aname="output_managed_resource_group_name"></a> [managed\_resource\_group\_name](#output\_managed\_resource\_group\_name)| databricks managed resource group name |
182
+
| <aname="output_nonsensitive_databricks_token"></a> [nonsensitive\_databricks\_token](#output\_nonsensitive\_databricks\_token)| Value of the newly-created token |
183
+
| <aname="output_resource_group_name"></a> [resource\_group\_name](#output\_resource\_group\_name)| databricks resource group name |
0 commit comments