Skip to content

Commit

Permalink
Merge pull request #50 from sastafford/46-workspaceCustomConfig
Browse files Browse the repository at this point in the history
[AWS] Custom configuration for workspace is incorrect #46 - FIX
  • Loading branch information
jdbraun-db authored Apr 18, 2024
2 parents 324b646 + 6d2a431 commit 2544680
Showing 1 changed file with 1 addition and 3 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"
"enforceUserIsolation" = "true"
}
}

0 comments on commit 2544680

Please sign in to comment.