Skip to content

Commit 3991908

Browse files
committed
fix idp dependency
1 parent 5f21d84 commit 3991908

File tree

1 file changed

+1
-0
lines changed
  • released/discovery_center/mission_3680/step1

1 file changed

+1
-0
lines changed

released/discovery_center/mission_3680/step1/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ resource "btp_subaccount_subscription" "sap_identity_services_onboarding" {
5454
subaccount_id = data.btp_subaccount.dc_mission.id
5555
app_name = local.service_name__sap_identity_services_onboarding
5656
plan_name = var.service_plan__sap_identity_services_onboarding
57+
depends_on = [btp_subaccount_entitlement.sap_identity_services_onboarding]
5758
}
5859

5960
# IdP trust configuration

0 commit comments

Comments
 (0)