Skip to content

Commit 04b5e17

Browse files
authored
Merge 4ac08ec into 38f717d
2 parents 38f717d + 4ac08ec commit 04b5e17

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)