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.
1 parent eac7007 commit f666f0eCopy full SHA for f666f0e
internal/acceptance/workspace_file_test.go
@@ -21,12 +21,12 @@ func TestAccWorkspaceFile(t *testing.T) {
21
func TestAccWorkspaceFileBase64(t *testing.T) {
22
workspaceLevel(t, step{
23
Template: `resource "databricks_workspace_file" "this2" {
24
- "content_base64": "YWJjCg==",
+ content_base64 = "YWJjCg=="
25
path = "/Shared/provider-test/xx2_{var.RANDOM}"
26
}`,
27
}, step{
28
29
30
path = "/Shared/provider-test/xx2_{var.RANDOM}_renamed"
31
32
})
0 commit comments