Skip to content

Commit c769099

Browse files
authored
Updated health endpoint metadata for Data Catalog
1 parent 3afc9ce commit c769099

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tf-module/unity-cumulus/main.tf

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,12 @@ resource "aws_ssm_parameter" "health_check_value" {
185185
type = "String"
186186
tier = "Advanced"
187187
value = jsonencode({
188-
healthCheckUrl = "${var.uds_base_url}/${var.dapa_api_prefix}/collections",
189-
landingPageUrl = "${var.unity_ui_base_url}/data/stac_browser/",
190-
componentName = "Data Catalog",
188+
healthCheckUrl = "${var.uds_base_url}/${var.dapa_api_prefix}/collections",
189+
landingPageUrl = "${var.unity_ui_base_url}/data/stac_browser/",
190+
componentCategory = "catalogs"
191+
componentName = "Data Catalog",
192+
componentType = "ui"
193+
description = "The STAC Browser to help you browse and search the data catalog for your outputs and other data ingested into the MDPS data system."
191194
})
192195
tags = var.tags
193196
overwrite = true
@@ -201,4 +204,4 @@ resource "aws_ssm_parameter" "marketplace_prefix" {
201204
tier = "Advanced"
202205
tags = var.tags
203206
overwrite = true
204-
}
207+
}

0 commit comments

Comments
 (0)