You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Branch isn't ingressable. Ensure your repository is not empty or in the process of being created."
Actual Behavior
When running terraform apply it seems like if the repository is empty when the workspace attempts to be created then the whole command just hangs in the terminal in a cycle of printing:
Still Creating Workspace... [Xm]
In the TFC Cloud UI you get an error message printed it would be nice to incorporate this check into CLI runs otherwise half the resources in the workflow get created before it hits the problematic workspace.
The text was updated successfully, but these errors were encountered:
Terraform Cloud
Terraform Cloud
Terraform version
Terraform Configuration Files
Debug Output
Expected Behaviour
An error message to display as per the TFC UI:
"Branch isn't ingressable. Ensure your repository is not empty or in the process of being created."
Actual Behavior
When running
terraform apply
it seems like if the repository is empty when the workspace attempts to be created then the whole command just hangs in the terminal in a cycle of printing:Still Creating Workspace... [Xm]
In the TFC Cloud UI you get an error message printed it would be nice to incorporate this check into CLI runs otherwise half the resources in the workflow get created before it hits the problematic workspace.
The text was updated successfully, but these errors were encountered: