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 b396640 commit e7a60d0Copy full SHA for e7a60d0
main.tf
@@ -43,7 +43,7 @@ resource "time_sleep" "wait_for_authorization_policy" {
43
}
44
45
resource "ibm_database" "rabbitmq_database" {
46
- depends_on = [ibm_iam_authorization_policy.kms_policy]
+ depends_on = [time_sleep.wait_for_authorization_policy]
47
name = var.instance_name
48
plan = var.plan
49
location = var.region
0 commit comments