Versions in this module Expand all Collapse all v0 v0.11.8 Aug 15, 2018 Changes in this version + 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() *colorstring.Colorize + func (b *Remote) Configure(c *terraform.ResourceConfig) error + func (b *Remote) DeleteState(workspace string) error + func (b *Remote) Input(ui terraform.UIInput, c *terraform.ResourceConfig) (*terraform.ResourceConfig, error) + func (b *Remote) Operation(ctx context.Context, op *backend.Operation) (*backend.RunningOperation, error) + func (b *Remote) State(workspace string) (state.State, error) + func (b *Remote) States() ([]string, error) + func (b *Remote) Validate(c *terraform.ResourceConfig) ([]string, []error)