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
We sometimes encounter 'not found|no workspace was found' when the workspace does exist.
We think this happens because we have over 40 workspaces and when you run the terraform.io api call it paginates the results with 20 workspaces per list. This means that if you haven't deployed to the workspace for a while it will move down the list and not be found. We workaround this by changing the terraform version in the UI then change it back to the original version so that its at the top of the recently updated terraform list.
It would be good if the find-by-name returns all the results instead of just the first 20 paginated results.
The text was updated successfully, but these errors were encountered:
When running:
We sometimes encounter 'not found|no workspace was found' when the workspace does exist.
We think this happens because we have over 40 workspaces and when you run the terraform.io api call it paginates the results with 20 workspaces per list. This means that if you haven't deployed to the workspace for a while it will move down the list and not be found. We workaround this by changing the terraform version in the UI then change it back to the original version so that its at the top of the recently updated terraform list.
It would be good if the find-by-name returns all the results instead of just the first 20 paginated results.
The text was updated successfully, but these errors were encountered: