We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ee266 commit 857c07bCopy full SHA for 857c07b
internal/command/meta_backend_errors.go
@@ -17,7 +17,7 @@ type errWrongWorkspaceForPlan struct {
17
}
18
19
func (e *errWrongWorkspaceForPlan) Error() string {
20
- return fmt.Sprintf(`The plan file describes changes to the %q workspace, but the %q workspace is currently selected in the working directory.
+ return fmt.Sprintf(`The plan file describes changes to the %q workspace, but the %q workspace is currently in use.
21
22
Applying this plan with the incorrect workspace selected could result in state being stored in an unexpected location, or a downstream error
23
when Terraform attempts apply a plan using the other workspace's state.
0 commit comments