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 |
148
+
|[databricks_current_user.me](https://registry.terraform.io/providers/databrickslabs/databricks/0.3.5/docs/data-sources/current_user)| data source |
147
149
|[external_external.current_user](https://registry.terraform.io/providers/hashicorp/external/latest/docs/data-sources/external)| data source |
148
150
149
151
## Inputs
@@ -163,7 +165,6 @@ Please refer to examples directory [link](examples) for references.
163
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 |
164
166
| <aname="input_region"></a> [region](#input\_region)| The region where the resources are created |`string`|`"westus2"`| no |
165
167
| <aname="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name)| Resource Group name |`string`|`null`| no |
| <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 |
168
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 |
169
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 |
0 commit comments