Skip to content

Commit 057173d

Browse files
authored
Update outputs.tf (#146)
remove resource
1 parent a71f85f commit 057173d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
output "metastore_id" {
22
description = "Unity Catalog Metastore ID"
3-
value = resource.databricks_metastore.this.id
3+
value = databricks_metastore.this.id
44
}

0 commit comments

Comments
 (0)