Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Dec 5, 2023
1 parent bbdcbae commit c8816f7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ locals {
"jupyter_server_config.py" = local_file.jupyter_server_config_py.content,
},
var.jupyterlab-pioneer-enabled ? {
jupyter_jupyterlab_pioneer_config.py = local_file.jupyter_jupyterlab_pioneer_config_py.content
# quotes are must here, as terraform would otherwise think py is a property of
# a defined resource jupyter_jupyterlab_pioneer_config
"jupyter_jupyterlab_pioneer_config.py" = local_file.jupyter_jupyterlab_pioneer_config_py.content
} : {}
)
}
Expand Down

0 comments on commit c8816f7

Please sign in to comment.