Skip to content

Commit 67db90d

Browse files
authored
fix: update the workaround used for intermittent timing issue seen wrt auth policy creation (#374)
1 parent 93bba69 commit 67db90d

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
@@ -50,7 +50,7 @@ resource "time_sleep" "wait_for_authorization_policy" {
5050

5151
# Create postgresql database
5252
resource "ibm_database" "postgresql_db" {
53-
depends_on = [ibm_iam_authorization_policy.kms_policy]
53+
depends_on = [time_sleep.wait_for_authorization_policy]
5454
resource_group_id = var.resource_group_id
5555
name = var.name
5656
service = "databases-for-postgresql"

0 commit comments

Comments
 (0)