Skip to content

Commit 90f63be

Browse files
authored
Fix adb-lakehouse example: access_connector_id reference in adb-lakehouse-data-assets (#125)
1 parent 5508324 commit 90f63be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/adb-lakehouse/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module "adb-lakehouse-data-assets" {
5656
environment_name = var.environment_name
5757
storage_credential_name = var.access_connector_name
5858
metastore_id = module.adb-lakehouse-uc-metastore.metastore_id
59-
access_connector_id = module.adb-lakehouse.access_connector_principal_id
59+
access_connector_id = module.adb-lakehouse-uc-metastore.access_connector_principal_id
6060
landing_external_location_name = var.landing_external_location_name
6161
landing_adls_path = var.landing_adls_path
6262
landing_adls_rg = var.landing_adls_rg

0 commit comments

Comments
 (0)