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.
2 parents 81dd0bd + f4c3872 commit b6f57d2Copy full SHA for b6f57d2
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