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
When running commands that call workspace#Read, like terraform untaint (given that the current project is configured to use a remote workspace). If the remote TFE workspace has a version constraint set on the terraform-version field (which is supported as documented in the API docs). It produces an error about a malformed version.
go-tfe version
The version used in terraform 1.9.8:
Description
When running commands that call workspace#Read, like
terraform untaint
(given that the current project is configured to use a remote workspace). If the remote TFE workspace has a version constraint set on the terraform-version field (which is supported as documented in the API docs). It produces an error about a malformed version.Testing plan
terraform untaint <resource name>
Expected Behavior
Command edits the remote state.
Actual Behavior
Error looking up workspace
Additional Context
In our use-case, the remote workspace was created via the API, not the UI
The text was updated successfully, but these errors were encountered: