Skip to content

Commit 38a29c8

Browse files
authored
fix: update the workaround used for intermittent timing issue seen wrt auth policy creation (#313)
1 parent 552e595 commit 38a29c8

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
@@ -47,7 +47,7 @@ resource "time_sleep" "wait_for_authorization_policy" {
4747
}
4848

4949
resource "ibm_database" "mongodb" {
50-
depends_on = [ibm_iam_authorization_policy.kms_policy]
50+
depends_on = [time_sleep.wait_for_authorization_policy]
5151
name = var.instance_name
5252
location = var.region
5353
plan = var.plan

0 commit comments

Comments
 (0)