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 13e7f73 commit e9482b3Copy full SHA for e9482b3
main.tf
@@ -43,7 +43,7 @@ resource "time_sleep" "wait_for_authorization_policy" {
43
44
45
resource "ibm_database" "elasticsearch" {
46
- depends_on = [ibm_iam_authorization_policy.policy]
+ depends_on = [time_sleep.wait_for_authorization_policy]
47
name = var.name
48
plan = var.plan
49
location = var.region
0 commit comments