github.com/trawler/terraform@v0.10.8-0.20171106022149-4b1c7a1d9b48/backend/atlas/cli.go (about)

     1  package atlas
     2  
     3  import (
     4  	"github.com/hashicorp/terraform/backend"
     5  )
     6  
     7  // backend.CLI impl.
     8  func (b *Backend) CLIInit(opts *backend.CLIOpts) error {
     9  	b.CLI = opts.CLI
    10  	b.CLIColor = opts.CLIColor
    11  	b.ContextOpts = opts.ContextOpts
    12  	return nil
    13  }