Skip to content

Commit

Permalink
fix:change in count condition (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupalgw authored Feb 20, 2024
1 parent 713d546 commit 131593f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "id" {
value = join("", azurerm_databricks_workspace.main.*.id)
value = try(azurerm_databricks_workspace.main[*].id, null)
description = "Specifies the resource id of the Workspace."
}

Expand Down

0 comments on commit 131593f

Please sign in to comment.