Skip to content

Commit 6183a09

Browse files
authored
fix: added local var usage
1 parent 4fbc879 commit 6183a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ locals {
1010
resource "azurerm_storage_data_lake_gen2_filesystem" "this" {
1111
count = var.create_metastore ? 1 : 0
1212

13-
name = "meta-${var.project}-${var.env}"
13+
name = local.databricks_metastore_container_name
1414
storage_account_id = var.storage_account_id
1515

1616
lifecycle {

0 commit comments

Comments
 (0)