Skip to content

Commit 9c39b8f

Browse files
committed
Update pe names
1 parent 5b5d858 commit 9c39b8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/datamanagement/databricksprivateendpoints.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "azurerm_private_endpoint" "private_endpoint_databricks_workspace_databricks_ui_api" {
22
for_each = toset(var.locations_databricks)
33

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"
55
location = each.key
66
resource_group_name = azurerm_resource_group.connectivity_adb_rg[each.key].name
77
tags = var.tags
@@ -25,7 +25,7 @@ resource "azurerm_private_endpoint" "private_endpoint_databricks_workspace_datab
2525
resource "azurerm_private_endpoint" "private_endpoint_databricks_workspace_dbfs_blob" {
2626
for_each = toset(var.locations_databricks)
2727

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"
2929
location = each.key
3030
resource_group_name = azurerm_resource_group.connectivity_adb_rg[each.key].name
3131
tags = var.tags
@@ -49,7 +49,7 @@ resource "azurerm_private_endpoint" "private_endpoint_databricks_workspace_dbfs_
4949
resource "azurerm_private_endpoint" "private_endpoint_databricks_workspace_dbfs_dfs" {
5050
for_each = toset(var.locations_databricks)
5151

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"
5353
location = each.key
5454
resource_group_name = azurerm_resource_group.connectivity_adb_rg[each.key].name
5555
tags = var.tags

0 commit comments

Comments
 (0)