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 06f4545 commit 5ddd917Copy full SHA for 5ddd917
solutions/fully-configurable/main.tf
@@ -191,7 +191,7 @@ resource "ibm_en_topic" "en_topic" {
191
count = var.enable_event_notifications ? 1 : 0
192
depends_on = [module.app_config]
193
instance_guid = local.existing_en_guid
194
- name = "Topic for SCC instance ${module.app_config.app_config_guid}"
+ name = "Topic for App Configuration instance ${module.app_config.app_config_guid}"
195
description = "Topic for App Configuration events routing"
196
sources {
197
id = module.app_config.app_config_crn
0 commit comments