We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec11b67 commit f4c3872Copy full SHA for f4c3872
workspaces.tf
@@ -2,8 +2,8 @@ resource "databricks_mws_workspaces" "this" {
2
provider = databricks.mws
3
account_id = var.databricks_account_id
4
aws_region = var.aws_region
5
- workspace_name = "${var.teamid}-${var.prjid}-${local.suffix}"
6
- deployment_name = "${var.teamid}-${var.prjid}-${local.suffix}"
+ workspace_name = "${var.teamid}-${var.prjid}"
+ deployment_name = "${var.teamid}-${var.prjid}"
7
8
credentials_id = databricks_mws_credentials.this.credentials_id
9
storage_configuration_id = databricks_mws_storage_configurations.this.storage_configuration_id
0 commit comments