Skip to content

Commit e7a60d0

Browse files
authored
fix: update the workaround used for intermittent timing issue seen wrt auth policy creation (#130)
1 parent b396640 commit e7a60d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ resource "time_sleep" "wait_for_authorization_policy" {
4343
}
4444

4545
resource "ibm_database" "rabbitmq_database" {
46-
depends_on = [ibm_iam_authorization_policy.kms_policy]
46+
depends_on = [time_sleep.wait_for_authorization_policy]
4747
name = var.instance_name
4848
plan = var.plan
4949
location = var.region

0 commit comments

Comments
 (0)