Skip to content

Commit b6f57d2

Browse files
authored
Merge pull request #18 from tomarv2/updates
updating workspace and deployment name
2 parents 81dd0bd + f4c3872 commit b6f57d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workspaces.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ resource "databricks_mws_workspaces" "this" {
22
provider = databricks.mws
33
account_id = var.databricks_account_id
44
aws_region = var.aws_region
5-
workspace_name = "${var.teamid}-${var.prjid}-${local.suffix}"
6-
deployment_name = "${var.teamid}-${var.prjid}-${local.suffix}"
5+
workspace_name = "${var.teamid}-${var.prjid}"
6+
deployment_name = "${var.teamid}-${var.prjid}"
77

88
credentials_id = databricks_mws_credentials.this.credentials_id
99
storage_configuration_id = databricks_mws_storage_configurations.this.storage_configuration_id

0 commit comments

Comments
 (0)