generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When running:
tecli workspace find-by-name --name=${TFC_WORKSPACE_NAME} > workspace.json 2>error.txt || true
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request