diff --git a/tf-module/unity-cumulus/main.tf b/tf-module/unity-cumulus/main.tf index a673ece..717f143 100644 --- a/tf-module/unity-cumulus/main.tf +++ b/tf-module/unity-cumulus/main.tf @@ -185,9 +185,12 @@ resource "aws_ssm_parameter" "health_check_value" { type = "String" tier = "Advanced" value = jsonencode({ - healthCheckUrl = "${var.uds_base_url}/${var.dapa_api_prefix}/collections", - landingPageUrl = "${var.unity_ui_base_url}/data/stac_browser/", - componentName = "Data Catalog", + healthCheckUrl = "${var.uds_base_url}/${var.dapa_api_prefix}/collections", + landingPageUrl = "${var.unity_ui_base_url}/data/stac_browser/", + componentCategory = "catalogs" + componentName = "Data Catalog", + componentType = "ui" + 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." }) tags = var.tags overwrite = true @@ -201,4 +204,4 @@ resource "aws_ssm_parameter" "marketplace_prefix" { tier = "Advanced" tags = var.tags overwrite = true -} \ No newline at end of file +}