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 38f717d commit 0bd806aCopy full SHA for 0bd806a
tf-module/unity-cumulus/main.tf
@@ -182,7 +182,7 @@ resource "aws_ssm_parameter" "health_check_value" {
182
tier = "Advanced"
183
value = jsonencode({
184
healthCheckUrl = "${var.uds_base_url}/${var.dapa_api_prefix}/collections",
185
- landingPageUrl = "${var.unity_ui_base_url}/data/misc/stac_entry",
+ landingPageUrl = "${var.unity_ui_base_url}/data/stac_browser/",
186
componentName = "Data Catalog",
187
})
188
tags = var.tags
0 commit comments