Skip to content

Commit b73f286

Browse files
committed
direct -> terraform
1 parent 7cc5d4d commit b73f286

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

acceptance/cmd/workspace/apps/run-local-node/out.test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Local = true
22
Cloud = false
33

44
[EnvMatrix]
5-
DATABRICKS_CLI_DEPLOYMENT = ["direct-exp"]
5+
DATABRICKS_CLI_DEPLOYMENT = ["terraform"]

acceptance/cmd/workspace/apps/run-local-node/test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Old='To debug your app, attach a debugger to port [0-9]+'
2222
New='To debug your app, attach a debugger to port $(debug_port)'
2323

2424
[EnvMatrix]
25-
DATABRICKS_CLI_DEPLOYMENT = ["direct-exp"]
25+
DATABRICKS_CLI_DEPLOYMENT = ["terraform"]

acceptance/cmd/workspace/apps/run-local/out.test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Local = true
22
Cloud = false
33

44
[EnvMatrix]
5-
DATABRICKS_CLI_DEPLOYMENT = ["direct-exp"]
5+
DATABRICKS_CLI_DEPLOYMENT = ["terraform"]

acceptance/cmd/workspace/apps/run-local/test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Old='To debug your app, attach a debugger to port [0-9]+'
2222
New='To debug your app, attach a debugger to port $(debug_port)'
2323

2424
[EnvMatrix]
25-
DATABRICKS_CLI_DEPLOYMENT = ["direct-exp"]
25+
DATABRICKS_CLI_DEPLOYMENT = ["terraform"]

0 commit comments

Comments
 (0)