Skip to content

Commit db90b91

Browse files
committed
Update warning detail to include calls to action
1 parent 249eeda commit db90b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/command/meta_backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ func (m *Meta) stateStore_C_s(c *configs.StateStore, cHash int, backendSMgr *cli
16821682
diags = diags.Append(&hcl.Diagnostic{
16831683
Severity: hcl.DiagWarning,
16841684
Summary: "The default workspace does not exist",
1685-
Detail: "Terraform has been configured to skip creation of the default workspace in the state store.",
1685+
Detail: "Terraform has been configured to skip creation of the default workspace in the state store. To create it, either run an 'init' command without `-create-default-workspace=true`, or create it using a 'workspace new' command",
16861686
})
16871687
}
16881688
default:

0 commit comments

Comments
 (0)