Skip to content

Commit f613570

Browse files
authored
fix: add missing depends_on which can cause KMS integration to fail (#196)
1 parent 3c4688c commit f613570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ data "ibm_en_integrations" "en_integrations" {
4444
}
4545

4646
resource "ibm_en_integration" "en_kms_integration" {
47+
depends_on = [time_sleep.wait_for_authorization_policy]
4748
count = var.kms_encryption_enabled == false ? 0 : 1
4849
instance_guid = ibm_resource_instance.en_instance.guid
4950
integration_id = local.en_integration_id

0 commit comments

Comments
 (0)