Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit afee52c

Browse files
authored
fix: increase the sleep time as a workaround for IBM-Cloud/terraform-provider-ibm#5533 (#207)
1 parent 0d019cc commit afee52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/instances/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,11 @@ data "ibm_en_destinations" "en_destinations" {
255255
instance_guid = local.existing_en_guid
256256
}
257257

258-
# workaround for https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5533
258+
# workaround for https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5533.
259259
resource "time_sleep" "wait_for_scc" {
260260
depends_on = [module.scc]
261261

262-
create_duration = "30s"
262+
create_duration = "60s"
263263
}
264264

265265
resource "ibm_en_topic" "en_topic" {

0 commit comments

Comments
 (0)