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 2638798 commit f2da2adCopy full SHA for f2da2ad
solutions/fully-configurable/main.tf
@@ -189,6 +189,7 @@ data "ibm_en_destinations" "en_destinations" {
189
190
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 App Configuration instance ${module.app_config.app_config_guid}"
195
description = "Topic for App Configuration events routing"
0 commit comments