Versions in this module Expand all Collapse all v1 v1.1.3 Dec 29, 2021 Changes in this version + type Colorer interface + Color func(v string) string + type Colorize struct + func (c *Colorize) Color(v string) string + type Remote struct + CLI cli.Ui + CLIColor *colorstring.Colorize + ContextOpts *terraform.ContextOpts + func New(services *disco.Disco) *Remote + func (b *Remote) CLIInit(opts *backend.CLIOpts) error + func (b *Remote) Colorize() Colorer + func (b *Remote) ConfigSchema() *configschema.Block + func (b *Remote) Configure(obj cty.Value) tfdiags.Diagnostics + func (b *Remote) DeleteWorkspace(name string) error + func (b *Remote) IgnoreVersionConflict() + func (b *Remote) IsLocalOperations() bool + func (b *Remote) LocalRun(op *backend.Operation) (*backend.LocalRun, statemgr.Full, tfdiags.Diagnostics) + func (b *Remote) Operation(ctx context.Context, op *backend.Operation) (*backend.RunningOperation, error) + func (b *Remote) PrepareConfig(obj cty.Value) (cty.Value, tfdiags.Diagnostics) + func (b *Remote) StateMgr(name string) (statemgr.Full, error) + func (b *Remote) VerifyWorkspaceTerraformVersion(workspaceName string) tfdiags.Diagnostics + func (b *Remote) WorkspaceNamePattern() string + func (b *Remote) Workspaces() ([]string, error)