Documentation ¶
Index ¶
- type OutputJSON
- type Paths
- type Runner
- func (r *Runner) Apply(timestamp int64) error
- func (r *Runner) CmdPath() string
- func (r *Runner) Destroy() error
- func (r *Runner) Init() error
- func (r *Runner) Output() (OutputJSON, error)
- func (r *Runner) Plan(timestamp int64, params ...string) ([]byte, error)
- func (r *Runner) State(params ...string) (string, error)
- func (r *Runner) Stop() error
- func (r *Runner) Version() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputJSON ¶
type OutputJSON map[string]*tfjson.StateOutput
Click to show internal directories.
Click to hide internal directories.