Skip to content

Commit 30d8724

Browse files
committed
fix idp dependency
1 parent d0b3172 commit 30d8724

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

released/discovery_center/mission_4033/step1/main.tf

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

6061
# IdP trust configuration

0 commit comments

Comments
 (0)