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 + func LoadWithOptions(options *Options) (*tfconf.Module, error) + type Options struct + HeaderFromFile string + OutputValues bool + OutputValuesPath string + Path string + ShowHeader bool + SortBy *SortBy + func NewOptions() *Options + func (o *Options) With(override *Options) (*Options, error) + func (o *Options) WithOverwrite(override *Options) (*Options, error) + type SortBy struct + Name bool + Required bool + type TerraformOutput struct + Sensitive bool + Type interface{} + Value interface{}