Skip to content

Commit 0bd806a

Browse files
authored
fix: Healthcheck update (#569)
* fix: update landing page * fix: update stac browser url
1 parent 38f717d commit 0bd806a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf-module/unity-cumulus/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ resource "aws_ssm_parameter" "health_check_value" {
182182
tier = "Advanced"
183183
value = jsonencode({
184184
healthCheckUrl = "${var.uds_base_url}/${var.dapa_api_prefix}/collections",
185-
landingPageUrl = "${var.unity_ui_base_url}/data/misc/stac_entry",
185+
landingPageUrl = "${var.unity_ui_base_url}/data/stac_browser/",
186186
componentName = "Data Catalog",
187187
})
188188
tags = var.tags

0 commit comments

Comments
 (0)