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 f0ba852 commit 472c896Copy full SHA for 472c896
dev_env/jupyterhub/health_check.tf
@@ -3,7 +3,7 @@ resource "aws_ssm_parameter" "jupyter_health_url" {
3
name = "/unity/${var.project}/${var.venue}/component/jupyter"
4
type = "String"
5
value = jsonencode({
6
- healthCheckUrl = "${module.frontend.internal_base_url}/${module.frontend.jupyter_base_path}/hub/health"
+ healthCheckUrl = "${module.frontend.jupyter_base_url}/${module.frontend.jupyter_base_path}/hub/health"
7
landingPageUrl = "${module.frontend.jupyter_base_url}/${module.frontend.jupyter_base_path}/"
8
componentName = "Jupyterhub"
9
})
0 commit comments