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