Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nkvuong committed Oct 30, 2024
1 parent 863fa37 commit 2d7b38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/acceptance/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
resource "databricks_workspace_file" "this" {
source = "{var.CWD}/../../storage/testdata/tf-test-python.py"
path = databricks_directory.my_custom_directory.path + "/tf-test-python.py"
path = "${databricks_directory.my_custom_directory.path}/tf-test-python.py"
}
resource "databricks_app" "this" {
name = "{var.RANDOM}"
Expand Down

0 comments on commit 2d7b38c

Please sign in to comment.