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 dd69d70 commit 128b0b3Copy full SHA for 128b0b3
registry/coder/modules/jupyterlab/main.tf
@@ -23,11 +23,11 @@ locals {
23
}
24
25
26
-
+
27
# Use user config if provided, otherwise fallback to CSP config
28
config_to_use = length(var.config) == 0 ? local.csp_fallback_config : var.config
29
- config_json = jsonencode(local.config_to_use)
30
- config_b64 = base64encode(local.config_json)
+ config_json = jsonencode(local.config_to_use)
+ config_b64 = base64encode(local.config_json)
31
32
33
# Add required variables for your modules and remove any unneeded variables
0 commit comments