File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments