File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
released/usecases/trial_integration_suite/04_setup_oauth_clients Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ resource "time_sleep" "wait_30_seconds" {
82
82
data "cloudfoundry_service_plans" "integration_flow" {
83
83
name = local. it_if_plan
84
84
service_offering_name = local. it_service
85
- depends_on = [wait_30_seconds ]
85
+ depends_on = [time_sleep . wait_30_seconds ]
86
86
}
87
87
88
88
resource "cloudfoundry_service_instance" "integration_flow" {
@@ -113,7 +113,7 @@ resource "cloudfoundry_service_credential_binding" "integration_flow_binding" {
113
113
data "cloudfoundry_service_plans" "it_api" {
114
114
name = local. it_api_plan
115
115
service_offering_name = local. it_service
116
- // depends_on = [wait_30_seconds]
116
+ depends_on = [time_sleep . wait_30_seconds ]
117
117
}
118
118
119
119
resource "cloudfoundry_service_instance" "it_api" {
You can’t perform that action at this time.
0 commit comments