Skip to content

Commit

Permalink
[AWS] Custom configuration for workspace is incorrect #46
Browse files Browse the repository at this point in the history
  • Loading branch information
sastafford committed Apr 12, 2024
1 parent 73e61e2 commit cb21dcb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ resource "databricks_workspace_conf" "just_config_map" {
"enable-X-Frame-Options" = "true",
"enable-X-Content-Type-Options" = "true",
"enable-X-XSS-Protection" = "true",
"enableWebTerminal" = "false",
"enableDbfsFileBrowser" = "false",
"enforceUserIsolation" = "true",
"enableNotebookGitVersioning" = "true"
}
}

0 comments on commit cb21dcb

Please sign in to comment.