diff --git a/solutions/fully-configurable/main.tf b/solutions/fully-configurable/main.tf index 9bae806..8005fb4 100644 --- a/solutions/fully-configurable/main.tf +++ b/solutions/fully-configurable/main.tf @@ -191,7 +191,7 @@ resource "ibm_en_topic" "en_topic" { count = var.enable_event_notifications ? 1 : 0 depends_on = [module.app_config] instance_guid = local.existing_en_guid - name = "Topic for SCC instance ${module.app_config.app_config_guid}" + name = "Topic for App Configuration instance ${module.app_config.app_config_guid}" description = "Topic for App Configuration events routing" sources { id = module.app_config.app_config_crn