Skip to content

Commit 5ddd917

Browse files
authored
fix: fix the Event Notifications topic name in the DA (#286)
1 parent 06f4545 commit 5ddd917

File tree

1 file changed

+1
-1
lines changed
  • solutions/fully-configurable

1 file changed

+1
-1
lines changed

solutions/fully-configurable/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ resource "ibm_en_topic" "en_topic" {
191191
count = var.enable_event_notifications ? 1 : 0
192192
depends_on = [module.app_config]
193193
instance_guid = local.existing_en_guid
194-
name = "Topic for SCC instance ${module.app_config.app_config_guid}"
194+
name = "Topic for App Configuration instance ${module.app_config.app_config_guid}"
195195
description = "Topic for App Configuration events routing"
196196
sources {
197197
id = module.app_config.app_config_crn

0 commit comments

Comments
 (0)