Versions in this module Expand all Collapse all v0 v0.9.1 Apr 2, 2020 v0.9.0 Mar 31, 2020 Changes in this version + type Document struct + func NewDocument(settings *print.Settings) *Document + func (d *Document) Print(module *tfconf.Module, settings *print.Settings) (string, error) + type JSON struct + func NewJSON(settings *print.Settings) *JSON + func (j *JSON) Print(module *tfconf.Module, settings *print.Settings) (string, error) + type Pretty struct + func NewPretty(settings *print.Settings) *Pretty + func (p *Pretty) Print(module *tfconf.Module, settings *print.Settings) (string, error) + type Table struct + func NewTable(settings *print.Settings) *Table + func (t *Table) Print(module *tfconf.Module, settings *print.Settings) (string, error) + type TfvarsHCL struct + func NewTfvarsHCL(settings *print.Settings) *TfvarsHCL + func (h *TfvarsHCL) Print(module *tfconf.Module, settings *print.Settings) (string, error) + type TfvarsJSON struct + func NewTfvarsJSON(settings *print.Settings) *TfvarsJSON + func (j *TfvarsJSON) Print(module *tfconf.Module, settings *print.Settings) (string, error) + type XML struct + func NewXML(settings *print.Settings) *XML + func (x *XML) Print(module *tfconf.Module, settings *print.Settings) (string, error) + type YAML struct + func NewYAML(settings *print.Settings) *YAML + func (y *YAML) Print(module *tfconf.Module, settings *print.Settings) (string, error)