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 3c4688c commit f613570Copy full SHA for f613570
main.tf
@@ -44,6 +44,7 @@ data "ibm_en_integrations" "en_integrations" {
44
}
45
46
resource "ibm_en_integration" "en_kms_integration" {
47
+ depends_on = [time_sleep.wait_for_authorization_policy]
48
count = var.kms_encryption_enabled == false ? 0 : 1
49
instance_guid = ibm_resource_instance.en_instance.guid
50
integration_id = local.en_integration_id
0 commit comments