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
If --copyState is enabled on workspaces clone, the following error message is returned:
Error with Legacy: -backend-config=name=org/workspace-name
exit status 1: ╷
│ Error: Unsupported backend type
│
│ on backend.tf line 2, in terraform:
│ 2: backend "atlas" {
│
│ There is no backend type named "atlas".
It may be as simple as changing atlas to remote in the backend.tf file provided in the repo. Instructions in the README do not indicate how this is to be used. If the command must be run in a cloned copy of the repo, then there may not be a problem in tfc-ops.
The text was updated successfully, but these errors were encountered:
If
--copyState
is enabled onworkspaces clone
, the following error message is returned:It may be as simple as changing
atlas
toremote
in thebackend.tf
file provided in the repo. Instructions in the README do not indicate how this is to be used. If the command must be run in a cloned copy of the repo, then there may not be a problem intfc-ops
.The text was updated successfully, but these errors were encountered: