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 552e595 commit 38a29c8Copy full SHA for 38a29c8
main.tf
@@ -47,7 +47,7 @@ resource "time_sleep" "wait_for_authorization_policy" {
47
}
48
49
resource "ibm_database" "mongodb" {
50
- depends_on = [ibm_iam_authorization_policy.kms_policy]
+ depends_on = [time_sleep.wait_for_authorization_policy]
51
name = var.instance_name
52
location = var.region
53
plan = var.plan
0 commit comments