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
|[azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/client_config)| data source |
152
-
|[databricks_current_user.me](https://registry.terraform.io/providers/databrickslabs/databricks/0.3.5/docs/data-sources/current_user)| data source |
153
151
|[external_external.current_user](https://registry.terraform.io/providers/hashicorp/external/latest/docs/data-sources/external)| data source |
154
152
155
153
## Inputs
@@ -165,12 +163,13 @@ Please refer to examples directory [link](examples) for references.
165
163
| <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 |
166
164
| <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 |
167
165
| <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 |
168
-
| <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 |
166
+
| <aname="input_prjid"></a> [prjid](#input\_prjid)| Name of the project/stack e.g: mystack, nifieks, demoaci. Should not be changed after running 'tf apply' |`string`| n/a | yes |
169
167
| <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 |
170
168
| <aname="input_region"></a> [region](#input\_region)| The region where the resources are created |`string`|`"westus2"`| no |
171
169
| <aname="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name)| Resource Group name |`string`|`null`| no |
170
+
| <aname="input_resource_group_settings"></a> [resource\_group\_settings](#input\_resource\_group\_settings)| Resource Group name |`map(any)`|`null`| no |
172
171
| <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 |
173
-
| <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 |
172
+
| <aname="input_teamid"></a> [teamid](#input\_teamid)| Name of the team/group e.g. devops, dataengineering. Should not be changed after running 'tf apply' |`string`| n/a | yes |
174
173
| <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 |
0 commit comments