Skip to content

Commit f2da2ad

Browse files
authored
fix: add back required depends on to DA to fix race condition (#288)
1 parent 2638798 commit f2da2ad

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

solutions/fully-configurable/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ data "ibm_en_destinations" "en_destinations" {
189189

190190
resource "ibm_en_topic" "en_topic" {
191191
count = var.enable_event_notifications ? 1 : 0
192+
depends_on = [module.app_config]
192193
instance_guid = local.existing_en_guid
193194
name = "Topic for App Configuration instance ${module.app_config.app_config_guid}"
194195
description = "Topic for App Configuration events routing"

0 commit comments

Comments
 (0)