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 5f21d84 commit 3991908Copy full SHA for 3991908
released/discovery_center/mission_3680/step1/main.tf
@@ -54,6 +54,7 @@ resource "btp_subaccount_subscription" "sap_identity_services_onboarding" {
54
subaccount_id = data.btp_subaccount.dc_mission.id
55
app_name = local.service_name__sap_identity_services_onboarding
56
plan_name = var.service_plan__sap_identity_services_onboarding
57
+ depends_on = [btp_subaccount_entitlement.sap_identity_services_onboarding]
58
}
59
60
# IdP trust configuration
0 commit comments