File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
resource "azurerm_private_endpoint" "private_endpoint_databricks_workspace_databricks_ui_api" {
2
2
for_each = toset (var. locations_databricks )
3
3
4
- name = " ${ module . databricks_workspace [each . key ]. databricks_workspace_name } -uiapi-pe"
4
+ name = " ${ module . databricks_workspace [each . key ]. databricks_workspace_name } -ddctd- uiapi-pe"
5
5
location = each. key
6
6
resource_group_name = azurerm_resource_group. connectivity_adb_rg [each . key ]. name
7
7
tags = var. tags
@@ -25,7 +25,7 @@ resource "azurerm_private_endpoint" "private_endpoint_databricks_workspace_datab
25
25
resource "azurerm_private_endpoint" "private_endpoint_databricks_workspace_dbfs_blob" {
26
26
for_each = toset (var. locations_databricks )
27
27
28
- name = " ${ module . databricks_workspace [each . key ]. databricks_workspace_name } -blob-pe"
28
+ name = " ${ module . databricks_workspace [each . key ]. databricks_workspace_name } -ddctd- blob-pe"
29
29
location = each. key
30
30
resource_group_name = azurerm_resource_group. connectivity_adb_rg [each . key ]. name
31
31
tags = var. tags
@@ -49,7 +49,7 @@ resource "azurerm_private_endpoint" "private_endpoint_databricks_workspace_dbfs_
49
49
resource "azurerm_private_endpoint" "private_endpoint_databricks_workspace_dbfs_dfs" {
50
50
for_each = toset (var. locations_databricks )
51
51
52
- name = " ${ module . databricks_workspace [each . key ]. databricks_workspace_name } -dfs-pe"
52
+ name = " ${ module . databricks_workspace [each . key ]. databricks_workspace_name } -ddctd- dfs-pe"
53
53
location = each. key
54
54
resource_group_name = azurerm_resource_group. connectivity_adb_rg [each . key ]. name
55
55
tags = var. tags
You can’t perform that action at this time.
0 commit comments