We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71f85f commit 057173dCopy full SHA for 057173d
modules/aws-databricks-unity-catalog/outputs.tf
@@ -1,4 +1,4 @@
1
output "metastore_id" {
2
description = "Unity Catalog Metastore ID"
3
- value = resource.databricks_metastore.this.id
+ value = databricks_metastore.this.id
4
}
0 commit comments