Skip to content

Commit 5a3126d

Browse files
committed
fixing PAT token and adding custom tags to s3
1 parent 96c9338 commit 5a3126d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/sample/main.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ module "databricks_workspace" {
1414
databricks_account_username = "[email protected]"
1515
databricks_account_password = "sample123!"
1616
databricks_account_id = "1234567-1234-1234-1234-1234567"
17+
18+
custom_tags = tomap(
19+
{
20+
"Dept" = "data",
21+
"Application" = "demo"
22+
}
23+
)
1724
# -----------------------------------------
1825
# Do not change the teamid, prjid once set.
1926
teamid = var.teamid

0 commit comments

Comments
 (0)