-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform crash on attempted autocomplete of workspace name #30193
Comments
Thanks for this report, I was able to easily reproduce this on terraform 1.1.2 / darwin arm64 in zsh. |
I was able to reproduce it on
and bash autocompletion |
Can confirm this crash
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Version
Terraform Configuration Files
Not sure if this is applicable
Debug Output
Expected Behavior
After typing the first four letters of a workspace and hitting Tab, the name of either one of the two workspaces that begin with the string
case
should have been displayed.Actual Behavior
The application crashed. See crash output above.
Steps to Reproduce
foobar
.foobaz
terraform workspace delete foo<Tab>
Additional Context
Not that this is unusual, but I'm running terraform inside of tmux in zsh.
References
I searched for the word "crash" in open issues but found none.
The text was updated successfully, but these errors were encountered: