We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5508324 commit 90f63beCopy full SHA for 90f63be
examples/adb-lakehouse/main.tf
@@ -56,7 +56,7 @@ module "adb-lakehouse-data-assets" {
56
environment_name = var.environment_name
57
storage_credential_name = var.access_connector_name
58
metastore_id = module.adb-lakehouse-uc-metastore.metastore_id
59
- access_connector_id = module.adb-lakehouse.access_connector_principal_id
+ access_connector_id = module.adb-lakehouse-uc-metastore.access_connector_principal_id
60
landing_external_location_name = var.landing_external_location_name
61
landing_adls_path = var.landing_adls_path
62
landing_adls_rg = var.landing_adls_rg
0 commit comments