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 93bba69 commit 67db90dCopy full SHA for 67db90d
main.tf
@@ -50,7 +50,7 @@ resource "time_sleep" "wait_for_authorization_policy" {
50
51
# Create postgresql database
52
resource "ibm_database" "postgresql_db" {
53
- depends_on = [ibm_iam_authorization_policy.kms_policy]
+ depends_on = [time_sleep.wait_for_authorization_policy]
54
resource_group_id = var.resource_group_id
55
name = var.name
56
service = "databases-for-postgresql"
0 commit comments