Terraform provision stuck in processing when mid is down(No error shown)DescriptionWhen we try to do provisioning using terraform if mid is not present it should throw an error. But it is not throwing an error and is being stuck in a processing state.Steps to Reproduce Go to the cloud admin portal.2. Add the required credential and config provider for TFE and run the discovery3. Add required credentials, service account, and cloud account for AWS cloud.4. Create a catalog with templates at the location. https://github.com/itom-qe/awssimplev15. Stop all mid servers i.e. make them down or not validated5. Go to the user portal and provision the templateObservation: Provision stuck and no error thrown about mid down Note: This is tested OOTB and is reproducible. WorkaroundIn order to fix the issue, kindly apply the attached update set for this defect.As part of this workaround we have done the following: Added an action before the "CreateOrUpdateWorkspaces" subflow, to check the presence of working mid.If it turns out that there is no mid-present, we don't continue the subflow further. Instead, we throw an error for the same. Related Problem: PRB1599517